]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-109214: _SET_IP before _PUSH_FRAME (but not _POP_FRAME) (GH-111001)
authorBrandt Bucher <brandtbucher@microsoft.com>
Tue, 24 Oct 2023 20:27:42 +0000 (13:27 -0700)
committerGitHub <noreply@github.com>
Tue, 24 Oct 2023 20:27:42 +0000 (13:27 -0700)
commite5168ff3f8abe651d0a96d9e2d49028183e21b15
tree88848e19dfca490bba80f7f712fef2678dfcf5ac
parentc0ea67dd0d67a8ac59c61c777eae26288d3ac0f6
GH-109214: _SET_IP before _PUSH_FRAME (but not _POP_FRAME) (GH-111001)
Include/internal/pycore_opcode_metadata.h
Misc/NEWS.d/next/Core and Builtins/2023-10-16-15-51-37.gh-issue-109214.-RGTFH.rst [new file with mode: 0644]
Python/bytecodes.c
Python/generated_cases.c.h
Python/optimizer.c