]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-105848: Simplify the arrangement of CALL's stack (GH-107788)
authorBrandt Bucher <brandtbucher@microsoft.com>
Wed, 9 Aug 2023 18:19:39 +0000 (11:19 -0700)
committerGitHub <noreply@github.com>
Wed, 9 Aug 2023 18:19:39 +0000 (18:19 +0000)
commita9caf9cf9041d6d0b69f8be0fd778dd1f9b50e74
tree5e325bac9eda1b264d3e5fd32991eed91d243f16
parent0a7f48b9a8d54809f1e9272337aefe2444158e64
GH-105848: Simplify the arrangement of CALL's stack (GH-107788)
16 files changed:
Doc/library/dis.rst
Include/internal/pycore_opcode_metadata.h
Lib/dis.py
Lib/importlib/_bootstrap_external.py
Lib/test/test_compiler_assemble.py
Lib/test/test_compiler_codegen.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2023-08-05-09-06-56.gh-issue-105848.Drc-1-.rst [new file with mode: 0644]
Objects/exception_handling_notes.txt
Programs/test_frozenmain.h
Python/bytecodes.c
Python/compile.c
Python/executor_cases.c.h
Python/flowgraph.c
Python/generated_cases.c.h
Python/specialize.c