File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 44
55### Performance improvements
66
7- TODO
7+ Mypy may be 5-30% faster. This improvement comes largely from tuning the performance of the
8+ garbage collector.
9+
10+ Contributed by Jukka Lehtosalo (PR [ 18306] ( https://github.com/python/mypy/pull/18306 ) ).
811
912### Drop Support for Python 3.8
1013
@@ -33,13 +36,14 @@ Use this flag to disable this behavior. `--strict-bytes` will be enabled by defa
3336Contributed by Ali Hamdan (PR [ 18137] ( https://github.com/python/mypy/pull/18263/ ) ) and
3437Shantanu Jain (PR [ 13952] ( https://github.com/python/mypy/pull/13952 ) ).
3538
36- ### Improvements to partial type handling in loops
39+ ### Improvements to reachability analysis and partial type handling in loops
3740
3841This change results in mypy better modelling control flow within loops and hence detecting several
3942issues it previously did not detect. In some cases, this change may require use of an additional
4043explicit annotation of a variable.
4144
42- Contributed by Christoph Tyralla (PR [ 18180] ( https://github.com/python/mypy/pull/18180 ) ).
45+ Contributed by Christoph Tyralla (PR [ 18180] ( https://github.com/python/mypy/pull/18180 ) ,
46+ [ PR] ( https://github.com/python/mypy/pull/18433 ) ).
4347
4448(Speaking of partial types, another reminder that mypy plans on enabling ` --local-partial-types `
4549by default in ** mypy 2.0** ).
You can’t perform that action at this time.
0 commit comments