Closed
Description
I would like to release mypy 0.630 on Friday September 7 September 14. The release branch is going to be was cut on Tuesday September 4 Friday September 5. Please mention here any issues and PRs that you would like to include in the release.
Here is the list of release blockers:
- Importing packages can poison the
mypy
cache. #5534 - Mypy fails on
Union[float, int] + Union[float, int]
#2128 - Use package_data to ship typeshed and xml files #5517
- --disallow-incomplete-defs does not print errors when run without this argument previously #4913
- Add a
customize_class_mro
plugin hook #4567 - Perf regression caused by #5474 #5514 (last remaining blocker)
- Regression since 0.620: Argument 1 to "__div__" of "int" has incompatible type "float"; expected "int" #5557
- Remove the 'rop will not be called' error message #5571
- Regression caused by #5565 #5573
-
(Is this really important?)-2
and--python-version 2.7
arguments differ in behaviour #5576 -
mypy error trying to check pymc3 #5560(we don't have time for this and this is not a regression) -
False positive for overriding decorated method in an import cycle #5548(ditto)