We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9228d60 commit 78ee531Copy full SHA for 78ee531
NEWS.rst
@@ -1,3 +1,7 @@
1
+3.3.2 (2025-03-31)
2
+
3
+- Fix crash with ``global`` / ``nonlocal`` in class bodies (regressed in 3.3.0)
4
5
3.3.1 (2025-03-30)
6
7
- Allow assignment expressions to redefine annotations (regressed in 3.3.0)
pyflakes/__init__.py
@@ -1 +1 @@
-__version__ = '3.3.1'
+__version__ = '3.3.2'
0 commit comments