Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Update Include/internal/pycore_magic_number.h
Co-authored-by: Chris Eibl <[email protected]>
  • Loading branch information
Fidget-Spinner and chris-eibl authored Jan 4, 2026
commit 6956fcec8ca72707fd6a39cfafbe248c91fdc51b
2 changes: 1 addition & 1 deletion Include/internal/pycore_magic_number.h
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ Known values:
Python 3.15a1 3653 (Fix handling of opcodes that may leave operands on the stack when optimizing LOAD_FAST)
Python 3.15a1 3654 (Fix missing exception handlers in logical expression)
Python 3.15a1 3655 (Fix miscompilation of some module-level annotations)
Python 3.15a1 3656 (Add TRACE_RECORD instruction, for platforms with switch based interpreter)
Python 3.15a2 3656 (Add TRACE_RECORD instruction, for platforms with switch based interpreter)
Python 3.15a4 3657 (Add BINARY_OP_SUBSCR_USTR_INT)


Expand Down
Loading