Skip to content

Commit dfb7fdb

Browse files
committed
Fix magic number
1 parent 85e9545 commit dfb7fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_magic_number.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ Known values:
294294
Python 3.15a4 3661 (Lazy imports IMPORT_NAME opcode changes)
295295
Python 3.15a8 3662 (Add counter to RESUME)
296296
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 3663 (Remove DELETE_ATTR opcode)
297+
Python 3.15a8 3664 (Remove DELETE_ATTR opcode)
298298
299299
300300
Python 3.16 will start with 3700

0 commit comments

Comments
 (0)