]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46881: Statically allocate and initialize the latin1 characters. (GH-31616)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Wed, 9 Mar 2022 23:02:00 +0000 (04:32 +0530)
committerGitHub <noreply@github.com>
Wed, 9 Mar 2022 23:02:00 +0000 (15:02 -0800)
commit8714b6fa27271035dd6dd3514e283f92d669321d
treeab3d0c0a10753d3a28515831a22817a348b53c91
parente801e88744f34508aa338f9f7f3f3baee012f813
bpo-46881: Statically allocate and initialize the latin1 characters. (GH-31616)
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init.h
Include/internal/pycore_unicodeobject.h
Misc/NEWS.d/next/Core and Builtins/2022-03-03-09-08-17.bpo-46881.ckD4tT.rst [new file with mode: 0644]
Objects/unicodeobject.c
Tools/scripts/generate_global_objects.py