]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-90699: Intern statically allocated strings (GH-93597)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Fri, 8 Jul 2022 17:47:37 +0000 (23:17 +0530)
committerGitHub <noreply@github.com>
Fri, 8 Jul 2022 17:47:37 +0000 (10:47 -0700)
commit9dff9f48144cf5d8bc1e6605f258973200c6b8c8
treef5c278b5a4b4256b19eb53aaac4873fe258d225c
parentbe862b4e55cfe3413752aba2437f9086b5315d08
GH-90699: Intern statically allocated strings (GH-93597)

This is similar to how strings are interned for deepfreeze.
Include/internal/pycore_runtime_init_generated.h
Objects/unicodeobject.c
Tools/scripts/generate_global_objects.py