You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Make compilation order with multiple files consistent (Piotr Sawicki, PR [21419](https://github.com/python/mypy/pull/21419))
43
+
- Fix crash on accessing `StopAsyncIteration` (Piotr Sawicki, PR [21406](https://github.com/python/mypy/pull/21406))
44
+
- Fix incremental compilation with `separate` flag (Vaggelis Danias, PR [21299](https://github.com/python/mypy/pull/21299))
45
+
46
+
### Fixes to Crashes
47
+
48
+
- Fix crash on partial type with `--allow-redefinition` and `global` declaration (Jukka Lehtosalo, PR [21428](https://github.com/python/mypy/pull/21428))
Please see [git log](https://github.com/python/typeshed/commits/main?after=e4d32e01bee44241a5e7c33298c261175b9f1bdb+0&branch=main&path=stdlib) for full list of standard library typeshed stub changes.
69
+
70
+
### Acknowledgements
71
+
72
+
Thanks to all mypy contributors who contributed to this release:
73
+
74
+
- Adam Turner
75
+
- Ivan Levkivskyi
76
+
- Jukka Lehtosalo
77
+
- Kevin Kannammalil
78
+
- Piotr Sawicki
79
+
- Shantanu
80
+
- sobolevn
81
+
- Vaggelis Danias
82
+
83
+
I’d also like to thank my employer, Dropbox, for supporting mypy development.
84
+
5
85
## Mypy 2.0
6
86
7
87
We’ve just uploaded mypy 2.0.0 to the Python Package Index ([PyPI](https://pypi.org/project/mypy/)).
0 commit comments