]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130574: renumber RESUME opcode from 149 to 128 (GH-130685)
authorTomasz Pytel <tompytel@gmail.com>
Thu, 6 Mar 2025 08:59:36 +0000 (03:59 -0500)
committerGitHub <noreply@github.com>
Thu, 6 Mar 2025 08:59:36 +0000 (08:59 +0000)
commitaeb23273867b27818a3dabd5fca086a1a2e8d229
tree79f21e6d67810b7a04e67eaac71cf526e76e0db7
parente4a60248b031d9e327443f1f2627e66865f8a9c9
gh-130574: renumber RESUME opcode from 149 to 128 (GH-130685)
Include/internal/pycore_magic_number.h
Include/internal/pycore_opcode_metadata.h
Include/opcode_ids.h
Lib/_opcode_metadata.py
Lib/test/test_code.py
Misc/NEWS.d/next/Core_and_Builtins/2025-02-28-13-34-51.gh-issue-130574.ujr3Vx.rst [new file with mode: 0644]
Programs/test_frozenmain.h
Python/opcode_targets.h
Tools/build/deepfreeze.py
Tools/cases_generator/analyzer.py