We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dcac94 commit b2fdcd2Copy full SHA for b2fdcd2
CHANGELOG
@@ -1,3 +1,14 @@
1
+Version 2022.07.18:
2
+
3
+Bug fixes:
4
+* Look up methods properly on classes with _HAS_DYNAMIC_ATTRIBUTES.
5
+* Handle .pyi-1 files in load_pytd.Module.is_package().
6
+* Adjust opcode line numbers for return statements in python 3.10+.
7
+* Remove optimize.Factorize, which unnecessarily flattens overloaded functions.
8
+* Fix coroutine signatures in overriding_checks.
9
+* Handle generic types correctly in signature compatibility checks.
10
+* Respect NoReturn annotations even when maximum depth is reached.
11
12
Version 2022.06.30:
13
14
Updates:
pytype/__version__.py
@@ -1,2 +1,2 @@
# pylint: skip-file
-__version__ = '2022.06.30'
+__version__ = '2022.07.18'
0 commit comments