Skip to content

Commit a72a434

Browse files
committed
Fix merge errors
1 parent 2e9eecd commit a72a434

4 files changed

Lines changed: 812 additions & 810 deletions

File tree

Include/internal/pycore_magic_number.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ Known values:
299299
Python 3.15b1 3666 (Add SEND_VIRTUAL and SEND_ASYNC_GEN specializations)
300300
Python 3.16a0 3700 (Initial version)
301301
Python 3.16a0 3701 (Add CONSTANT_EMPTY_TUPLE to LOAD_COMMON_CONSTANT)
302+
Python 3.16a1 3702 (Replace DELETE_FAST with PUSH_NULL; STORE_FAST)
302303
303304
304305
Python 3.17 will start with 3750
@@ -312,7 +313,7 @@ PC/launcher.c must also be updated.
312313
313314
*/
314315

315-
#define PYC_MAGIC_NUMBER 3701
316+
#define PYC_MAGIC_NUMBER 3702
316317
/* This is equivalent to converting PYC_MAGIC_NUMBER to 2 bytes
317318
(little-endian) and then appending b'\r\n'. */
318319
#define PYC_MAGIC_NUMBER_TOKEN \

0 commit comments

Comments
 (0)