Jukka Lehtosalo

Results 479 comments of Jukka Lehtosalo

Mypy 0.971 is out: https://mypy-lang.blogspot.com/2022/07/mypy-0971-released.html

Let's hold off dropping Python 3.6 support until we know that there won't be a bugfix release. We might need 3.6 wheels for the bugfix release still.

@JohnVillalovos 0.980 will probably go out around mid August (if things go well). We can't make it earlier due to vacations etc.

Changes to the typing module are best discussed at https://github.com/python/typing. @roganov Can you file a separate issue about requiring a type annotation within the body of an enum?

Yeah, this would be nice every once in a while. This might help with some `list` methods, such as `copy()`, but only together with F-bounded quantification. I don't understand the...

I agree that leaking type variables probably isn't hard to fix, once we figure out what the correct behavior would be. I can't say how hard it would be to...

@ilevkivskyi I like your incremental approach of improving type inference. The general scheme looks good, though I have a few questions. It would be good to have a few more...

Great stuff! Some of the test failures can be tricky to debug; I can help with them.

> Yeah, I'd love help here, maybe you could take a look at testAddedMissingStubsPackage or testDeletePackage4? Sure, I should have time to look at these later this week.

Sorry, I lost of track of this PR. Is there anything I can do to help move this forward?