A5rocks
A5rocks
> the case without `__x` where T can be inferred from the assignment `x1:T=s1[0]`. The problem is that it will not be. You are looking for HKT, I think. Mypy...
> The _right_ way to do this would be to allow backtracking in meet and join (so that `dict` can be promoted to `TypedDict` if possible), Do you think there's...
> This triggers another suggestion: should we record similar last_known_value for dict literals, at least simple ones? Well, that would be pretty nice! I assume that would solve this PR...
> Wow, it's the same problem as in the first workflow run for this PR. I hardly know anything about Windows, but still doesn't seem to be caused by the...
Oh the pypy cache failures are back :( I tried deleting the relevant caches from the GH actions cache page last time this happened but I guess they came back....
1) `Task#iter_await_frames` 2) not done yet 3) not done yet, also https://github.com/python-trio/trio/issues/3079 4) there's an async REPL but once 3.14 is out we can add remote execution (via `sys.remote_exec`) and...
That's https://github.com/python-trio/trio/issues/413 and IMO it shouldn't be in trio itself (ie not included in the thing I mentioned in 4). But it's on the list of things I want to...
The next 3.14 beta is 5/27 so we will be able to check the last checkbox then.
segfault does not seem fixed! Oops!
Made an issue: https://github.com/python/cpython/issues/142421 Surprisingly it doesn't even need GC! So it's a different segfault, yeah.