There was an error while loading. Please reload this page.
1 parent 92405e4 commit b3e9d4fCopy full SHA for b3e9d4f
1 file changed
Include/internal/pycore_magic_number.h
@@ -299,8 +299,8 @@ Known values:
299
Python 3.15b1 3666 (Add SEND_VIRTUAL and SEND_ASYNC_GEN specializations)
300
Python 3.16a0 3700 (Initial version)
301
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)
+ Python 3.16a1 3702 (Replace DELETE_NAME with PUSH_NULL; STORE_NAME)
+ Python 3.16a1 3703 (Replace DELETE_GLOBAL with PUSH_NULL; STORE_GLOBAL)
304
305
306
Python 3.17 will start with 3750
0 commit comments