8000 gh-119311: Add missing magic number (3571) for 3.13.0b1 (#125771) · python/cpython@1407596 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1407596

Browse files
frenzymadnesspull[bot]
authored andcommitted
gh-119311: Add missing magic number (3571) for 3.13.0b1 (#125771)
Add missing magic number 3571 for 3.13b1 It was added after branching in 6394a72#diff-efefe383b3a81d16150c280db0b64eed7569254299418f64cc0d749f8e16f3a4R475
1 parent 4a8210d commit 1407596

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Include/internal/pycore_magic_number.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ Known values:
251251
Python 3.13a1 3568 (Change semantics of END_FOR)
252252
Python 3.13a5 3569 (Specialize CONTAINS_OP)
253253
Python 3.13a6 3570 (Add __firstlineno__ class attribute)
254+
Python 3.13b1 3571 (Fix miscompilation of private names in generic classes)
254255
Python 3.14a1 3600 (Add LOAD_COMMON_CONSTANT)
255256
Python 3.14a1 3601 (Fix miscompilation of private names in generic classes)
256257
Python 3.14a1 3602 (Add LOAD_SPECIAL. Remove BEFORE_WITH and BEFORE_ASYNC_WITH)

0 commit comments

Comments
 (0)
0