Skip to content

Commit 69708fe

Browse files
committed
Reapply "bump magic number"
This reverts commit af2128c.
1 parent af2128c commit 69708fe

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
@@ -281,6 +281,7 @@ 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)
284285
285286
286287
Python 3.16 will start with 3700
@@ -294,7 +295,7 @@ PC/launcher.c must also be updated.
294295
295296
*/
296297

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

0 commit comments

Comments
 (0)