Skip to content

Commit af2128c

Browse files
committed
Revert "bump magic number"
This reverts commit ea4f664.
1 parent d488c98 commit af2128c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Include/internal/pycore_magic_number.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ Known values:
281281
Python 3.15a1 3651 (Simplify LOAD_CONST)
282282
Python 3.15a1 3652 (Virtual iterators)
283283
Python 3.15a1 3653 (Fix handling of opcodes that may leave operands on the stack when optimizing LOAD_FAST)
284-
Python 3.15a1 3654 (Fix missing exception handlers in logical expression)
285284
286285
287286
Python 3.16 will start with 3700
@@ -295,7 +294,7 @@ PC/launcher.c must also be updated.
295294
296295
*/
297296

298-
#define PYC_MAGIC_NUMBER 3654
297+
#define PYC_MAGIC_NUMBER 3653
299298
/* This is equivalent to converting PYC_MAGIC_NUMBER to 2 bytes
300299
(little-endian) and then appending b'\r\n'. */
301300
#define PYC_MAGIC_NUMBER_TOKEN \

0 commit comments

Comments
 (0)