]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121) (GH...
authorBrandt Bucher <brandtbucher@microsoft.com>
Fri, 22 Jul 2022 18:56:10 +0000 (11:56 -0700)
committerGitHub <noreply@github.com>
Fri, 22 Jul 2022 18:56:10 +0000 (11:56 -0700)
commit5a48ab01e93c92594eac777c499d1e728ddf1f7e
tree5290c6976cfbacf7664ef221c3c2057cff11faf7
parente99496e1c20253d0d2e2e016509cd9c2fa24dd85
[3.11] GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121) (GH-95143)

(cherry picked from commit e402b26b7fb953a2f0c17a0044bb6d6cbd726e54)
Include/internal/pycore_opcode.h
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2022-07-21-17-54-52.gh-issue-95113.NnSLpT.rst [new file with mode: 0644]
Objects/codeobject.c
Python/ceval.c
Python/compile.c
Python/specialize.c
Tools/scripts/generate_opcode_h.py