]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46430: Intern strings in deep-frozen modules (GH-30683)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Wed, 9 Feb 2022 16:52:42 +0000 (22:22 +0530)
committerGitHub <noreply@github.com>
Wed, 9 Feb 2022 16:52:42 +0000 (08:52 -0800)
commitc0a5ebeb1239020f2ecc199053bb1a70d78841a1
treed22793b254aaab45ddb161502d15796f4918f9aa
parent128ab092cad984b73a117f58fa0e9b4105051a04
bpo-46430: Intern strings in deep-frozen modules  (GH-30683)
Include/internal/pycore_code.h
Misc/NEWS.d/next/Build/2022-01-19-11-08-32.bpo-46430.k403m_.rst [new file with mode: 0644]
Objects/codeobject.c
Tools/scripts/deepfreeze.py