]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-100923: Embed jump mask in `COMPARE_OP` oparg (GH-100924)
authorMark Shannon <mark@hotpy.org>
Wed, 11 Jan 2023 20:40:43 +0000 (20:40 +0000)
committerGitHub <noreply@github.com>
Wed, 11 Jan 2023 20:40:43 +0000 (20:40 +0000)
commit6e4e14d98fe0868981f29701496d57a8223c5407
treed97f9422c02a791511267bf5af45071067d1c848
parent61f12b8ff7073064040ff0e6220150408d24829b
GH-100923: Embed jump mask in `COMPARE_OP` oparg (GH-100924)
12 files changed:
Include/internal/pycore_code.h
Include/internal/pycore_opcode.h
Lib/dis.py
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2023-01-10-16-59-33.gh-issue-100923.ypJAX-.rst [new file with mode: 0644]
Python/bytecodes.c
Python/compile.c
Python/generated_cases.c.h
Python/opcode_metadata.h
Python/specialize.c