Alex Waygood

Results 901 comments of Alex Waygood

Looks like we'll have to wait for the release of 3.13b3 before adding the new-in-3.13 methods. They exist on 3.13b3 but not on 3.13b2, so stubtest is complaining. I'd be...

> @JelleZijlstra Should I also write the stubs for `_symtable` or should I leave it to the IDEs? (PyCharm generates it automatically from the compiled file, but I don't know...

> the use of an enumeration is somewhat breaking between 3.12 and 3.13 I hope it isn't! Since instances of `StrEnum` are also instances of `str` (and all members of...

Got it, thanks! (And thanks for the PR!)

Related to @Slyces's question here... do we need a `Truthy` variant _and_ a `Falsey` variant, given that we support negative intersections? Since the set of all possible truthy objects is...

Should we do the same for list/dict/set comprehensions? (Generators expressions obviously do not run immediately, unlike list/dict/set comprehensions.)

IIRC, backporting stuff that involves `ForwardRef._evaluate()` is pretty hard, because you end up having to copy a huge amount of typing internals into `typing_extensions` :( So I'm not sure if...

I'm going to close this for now, as I don't think we have any plans to work on this considering that we think it would be quite involved to implement....

we could consider pinning to ubuntu-24.04 rather than using ubuntu-latest, since it seems GitHub is doing a gradual rollout of the new images