]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-96458: Statically initialize utf8 representation of static strings (#96481)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Sat, 3 Sep 2022 06:43:08 +0000 (12:13 +0530)
committerGitHub <noreply@github.com>
Sat, 3 Sep 2022 06:43:08 +0000 (23:43 -0700)
commit6dab8c95bd8db18e09619d804a938ab3e46042fc
tree5e4ade21c974782385aa48f945a66701b895e3c3
parent16c6759b3748f9b787b2fa4d5e652a8e08a17dee
GH-96458: Statically initialize utf8 representation of static strings (#96481)
Include/internal/pycore_runtime_init.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_unicodeobject.h
Objects/unicodeobject.c
Tools/scripts/deepfreeze.py
Tools/scripts/generate_global_objects.py