]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383) (#93493)
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Thu, 23 Jun 2022 16:24:49 +0000 (00:24 +0800)
committerGitHub <noreply@github.com>
Thu, 23 Jun 2022 16:24:49 +0000 (17:24 +0100)
commit852b4d4bcd12b0b6839a015a262ce976b134f6f3
treec5dfb746d5f2c71e2989551a4bfebd129f036915
parent96a76141d52755ffda54fefc3c2c8da49e895e80
[3.11] gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383) (#93493)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Co-authored-by: Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Doc/data/python3.11.abi
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
Programs/test_frozenmain.h
Tools/scripts/deepfreeze.py