]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46712: share more global strings in deepfreeze (gh-32152)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Tue, 19 Apr 2022 17:41:36 +0000 (23:11 +0530)
committerGitHub <noreply@github.com>
Tue, 19 Apr 2022 17:41:36 +0000 (11:41 -0600)
commitab0d35d70dfe0b4c11583f8f735a8cc49b58c58b
treeed1f726c61787498c0d7fa9890c932d6945ee881
parent3c4380651301f255ef8149b638a1fae205ede575
bpo-46712: share more global strings in deepfreeze (gh-32152)

(for gh-90868)
Modules/_io/textio.c
Modules/_pickle.c
Objects/unicodeobject.c
Python/compile.c
Tools/scripts/deepfreeze.py
Tools/scripts/generate_global_objects.py