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 ba026ec commit 2868ab1Copy full SHA for 2868ab1
bpython/importcompletion.py
@@ -49,7 +49,7 @@
49
)
50
51
_LOADED_INODE_DATACLASS_ARGS = {"frozen": True}
52
-if sys.version_info[2:] >= (3, 10):
+if sys.version_info[:2] >= (3, 10):
53
_LOADED_INODE_DATACLASS_ARGS["slots"] = True
54
55
0 commit comments