]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121)
authorBrandt Bucher <brandtbucher@microsoft.com>
Fri, 22 Jul 2022 18:04:20 +0000 (11:04 -0700)
committerGitHub <noreply@github.com>
Fri, 22 Jul 2022 18:04:20 +0000 (11:04 -0700)
commite402b26b7fb953a2f0c17a0044bb6d6cbd726e54
treeb0b4dc8fd76d64028e0018066de86900949364e4
parent79d2f549adcbbefd4f2c0a0c9dd572bbbf252c62
GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121)
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