Skip to content

Commit 5076f39

Browse files
committed
Update PYC_MAGIC_NUMBER
1 parent f8b62dc commit 5076f39

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
@@ -293,6 +293,7 @@ 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 (Remove DELETE_ATTR opcode)
296297
297298
298299
Python 3.16 will start with 3700
@@ -306,7 +307,7 @@ PC/launcher.c must also be updated.
306307
307308
*/
308309

309-
#define PYC_MAGIC_NUMBER 3662
310+
#define PYC_MAGIC_NUMBER 3663
310311
/* This is equivalent to converting PYC_MAGIC_NUMBER to 2 bytes
311312
(little-endian) and then appending b'\r\n'. */
312313
#define PYC_MAGIC_NUMBER_TOKEN \

0 commit comments

Comments
 (0)