Skip to content

Commit 6956fce

Browse files
Update Include/internal/pycore_magic_number.h
Co-authored-by: Chris Eibl <138194463+chris-eibl@users.noreply.github.com>
1 parent d41332e commit 6956fce

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
@@ -286,7 +286,7 @@ Known values:
286286
Python 3.15a1 3653 (Fix handling of opcodes that may leave operands on the stack when optimizing LOAD_FAST)
287287
Python 3.15a1 3654 (Fix missing exception handlers in logical expression)
288288
Python 3.15a1 3655 (Fix miscompilation of some module-level annotations)
289-
Python 3.15a1 3656 (Add TRACE_RECORD instruction, for platforms with switch based interpreter)
289+
Python 3.15a2 3656 (Add TRACE_RECORD instruction, for platforms with switch based interpreter)
290290
Python 3.15a4 3657 (Add BINARY_OP_SUBSCR_USTR_INT)
291291
292292

0 commit comments

Comments
 (0)