]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383)
authorKen Jin <kenjin4096@gmail.com>
Fri, 3 Jun 2022 16:41:18 +0000 (00:41 +0800)
committerGitHub <noreply@github.com>
Fri, 3 Jun 2022 16:41:18 +0000 (00:41 +0800)
commitd52ffc1d1f14576605195e4ed3a4d5d63497c3e3
tree12016895476caabdc350c7a4f92c130842cfa8c5
parentd8f40ead92b5a973cff3a30482a7659d3b46b1ba
gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Co-authored-by: Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Include/cpython/code.h
Misc/NEWS.d/next/Core and Builtins/2022-05-31-16-36-30.gh-issue-93382.Jf6gAj.rst [new file with mode: 0644]
Objects/codeobject.c
Objects/frameobject.c
Programs/test_frozenmain.h