Skip to content

Commit 0bbfa52

Browse files
committed
Update generated files/magic number
1 parent 6adc1d0 commit 0bbfa52

File tree

8 files changed

+889
-885
lines changed

8 files changed

+889
-885
lines changed

Include/internal/pycore_magic_number.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,8 @@ Known values:
293293
Python 3.15a4 3660 (Change generator preamble code)
294294
Python 3.15a4 3661 (Lazy imports IMPORT_NAME opcode changes)
295295
Python 3.15a6 3662 (Add counter to RESUME)
296-
Python 3.15a8 3663 (Replace DELETE_FAST with PUSH_NULL; STORE_FAST)
297-
Python 3.15a8 3662 (Add counter to RESUME)
298296
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)
299298
300299
301300
Python 3.16 will start with 3700
@@ -309,7 +308,7 @@ PC/launcher.c must also be updated.
309308
310309
*/
311310

312-
#define PYC_MAGIC_NUMBER 3663
311+
#define PYC_MAGIC_NUMBER 3664
313312
/* This is equivalent to converting PYC_MAGIC_NUMBER to 2 bytes
314313
(little-endian) and then appending b'\r\n'. */
315314
#define PYC_MAGIC_NUMBER_TOKEN \

Include/internal/pycore_opcode_metadata.h

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)