Skip to content

Commit 84ad796

Browse files
committed
Actually bump the magic number, don't just write about it
1 parent 0383f88 commit 84ad796

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Include/internal/pycore_magic_number.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ Known values:
280280
Python 3.15a0 3650 (Initial version)
281281
Python 3.15a1 3651 (Simplify LOAD_CONST)
282282
Python 3.15a1 3652 (Virtual iterators)
283-
Python 3.15a1 3653 (Treat FORMAT_SIMPLE conservatively when optimizing LOAD_FAST)
283+
Python 3.15a1 3653 (Fix handling of opcodes that may leave operands on the stack when optimizing LOAD_FAST)
284284
285285
286286
Python 3.16 will start with 3700
@@ -294,7 +294,7 @@ PC/launcher.c must also be updated.
294294
295295
*/
296296

297-
#define PYC_MAGIC_NUMBER 3652
297+
#define PYC_MAGIC_NUMBER 3653
298298
/* This is equivalent to converting PYC_MAGIC_NUMBER to 2 bytes
299299
(little-endian) and then appending b'\r\n'. */
300300
#define PYC_MAGIC_NUMBER_TOKEN \

0 commit comments

Comments
 (0)