We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f36d37b commit 0cd2140Copy full SHA for 0cd2140
Include/internal/pycore_magic_number.h
@@ -251,6 +251,7 @@ Known values:
251
Python 3.13a1 3568 (Change semantics of END_FOR)
252
Python 3.13a5 3569 (Specialize CONTAINS_OP)
253
Python 3.13a6 3570 (Add __firstlineno__ class attribute)
254
+ Python 3.13b1 3571 (Fix miscompilation of private names in generic classes)
255
Python 3.14a1 3600 (Add LOAD_COMMON_CONSTANT)
256
Python 3.14a1 3601 (Fix miscompilation of private names in generic classes)
257
Python 3.14a1 3602 (Add LOAD_SPECIAL. Remove BEFORE_WITH and BEFORE_ASYNC_WITH)
0 commit comments