Skip to content

Commit b3e9d4f

Browse files
committed
update magic number comment
1 parent 92405e4 commit b3e9d4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Include/internal/pycore_magic_number.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,8 @@ 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_GLOBAL with PUSH_NULL; STORE_GLOBAL)
303-
Python 3.16a1 3703 (Replace DELETE_NAME with PUSH_NULL; STORE_NAME)
302+
Python 3.16a1 3702 (Replace DELETE_NAME with PUSH_NULL; STORE_NAME)
303+
Python 3.16a1 3703 (Replace DELETE_GLOBAL with PUSH_NULL; STORE_GLOBAL)
304304
305305
306306
Python 3.17 will start with 3750

0 commit comments

Comments
 (0)