Uh oh!
There was an error while loading. Please reload this page.
Fix several mypy errors when run on the 3.11 stdlib - #7389
Conversation
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
JelleZijlstra
commented
Feb 27, 2022
Thanks! Are the And the |
With the latest release (0.931); I assume (though I haven't checked) that python/mypy#12153 fixes them. I'll try running the same test with mypy master and get back to you.
It's been raised in python/mypy#12220 |
Okay, if I run I've filed an issue over at mypy: python/mypy#12258 |
If you apply @hauntsaninja's patch to
mypy_test.pyin python/mypy#12220, here is the output when runningpython tests/mypy_test.py -p3.11on the master branch (using Python 3.10, mypy 0.931):Here is the output when running
python tests/mypy_test.py -p3.11with this patch applied: