Skip to content

Commit d41332e

Browse files
committed
bump magic number - better safe than sorry
1 parent 00a2bb4 commit d41332e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Include/internal/pycore_magic_number.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ Known values:
287287
Python 3.15a1 3654 (Fix missing exception handlers in logical expression)
288288
Python 3.15a1 3655 (Fix miscompilation of some module-level annotations)
289289
Python 3.15a1 3656 (Add TRACE_RECORD instruction, for platforms with switch based interpreter)
290+
Python 3.15a4 3657 (Add BINARY_OP_SUBSCR_USTR_INT)
290291
291292
292293
Python 3.16 will start with 3700
@@ -300,7 +301,7 @@ PC/launcher.c must also be updated.
300301
301302
*/
302303

303-
#define PYC_MAGIC_NUMBER 3656
304+
#define PYC_MAGIC_NUMBER 3657
304305
/* This is equivalent to converting PYC_MAGIC_NUMBER to 2 bytes
305306
(little-endian) and then appending b'\r\n'. */
306307
#define PYC_MAGIC_NUMBER_TOKEN \

0 commit comments

Comments
 (0)