Skip to content

Commit da4dc56

Browse files
committed
Update generated files; Update magic number
1 parent 6dc57ee commit da4dc56

File tree

3 files changed

+781
-782
lines changed

3 files changed

+781
-782
lines changed

Include/internal/pycore_magic_number.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,9 @@ Known values:
294294
Python 3.15a4 3661 (Lazy imports IMPORT_NAME opcode changes)
295295
Python 3.15a6 3662 (Add counter to RESUME)
296296
Python 3.15a8 3663 (Merge GET_ITER and GET_YIELD_FROM_ITER. Modify SEND to make it a bit more like FOR_ITER)
297-
Python 3.15a8 3664 (Replace DELETE_FAST with PUSH_NULL; STORE_FAST)
298297
Python 3.15a8 3664 (Fix __qualname__ for __annotate__ functions)
299298
Python 3.15a8 3665 (Add FOR_ITER_VIRTUAL and GET_ITER specializations)
299+
Python 3.15a8 3666 (Replace DELETE_FAST with PUSH_NULL; STORE_FAST)
300300
301301
302302
Python 3.16 will start with 3700
@@ -310,7 +310,7 @@ PC/launcher.c must also be updated.
310310
311311
*/
312312

313-
#define PYC_MAGIC_NUMBER 3665
313+
#define PYC_MAGIC_NUMBER 3666
314314
/* This is equivalent to converting PYC_MAGIC_NUMBER to 2 bytes
315315
(little-endian) and then appending b'\r\n'. */
316316
#define PYC_MAGIC_NUMBER_TOKEN \

0 commit comments

Comments
 (0)