]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92031: Deoptimize Static Code at Finalization (GH-92039)
authorDennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Tue, 3 May 2022 14:59:12 +0000 (10:59 -0400)
committerGitHub <noreply@github.com>
Tue, 3 May 2022 14:59:12 +0000 (08:59 -0600)
commitb156578bd63a94fe3d80a4c6a8dbc067feba5d06
treeef52569184e48c4f282032e3f67b519c432c372f
parent04dc4b06a3afc79a658cacca87ee1d93a34653bd
gh-92031: Deoptimize Static Code at Finalization (GH-92039)
Include/internal/pycore_opcode.h
Lib/test/test_embed.py
Misc/NEWS.d/next/Core and Builtins/2022-04-29-02-50-41.gh-issue-92031.2PpaIN.rst [new file with mode: 0644]
Objects/codeobject.c
Tools/scripts/generate_opcode_h.py