]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46765: Replace Locally Cached Strings with Statically Initialized Objects (gh...
authorEric Snow <ericsnowcurrently@gmail.com>
Wed, 23 Feb 2022 00:23:51 +0000 (17:23 -0700)
committerGitHub <noreply@github.com>
Wed, 23 Feb 2022 00:23:51 +0000 (17:23 -0700)
commit1f455361ecfb1892e375bdbee813cdf095b6cfb8
treed7def4d5d167965a45c4b0e30bb5a1a0bb5c3b4a
parentcff4d5c5d29528299ec1ac5b3b3a6f7735577c01
bpo-46765: Replace Locally Cached Strings with Statically Initialized Objects (gh-31366)

https://bugs.python.org/issue46765
22 files changed:
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init.h
Include/internal/pycore_symtable.h
Modules/_io/_iomodule.c
Modules/_io/_iomodule.h
Modules/_io/bufferedio.c
Modules/_io/iobase.c
Modules/_io/stringio.c
Modules/_io/textio.c
Modules/_tracemalloc.c
Objects/boolobject.c
Objects/classobject.c
Objects/codeobject.c
Objects/listobject.c
Python/_warnings.c
Python/ast_unparse.c
Python/compile.c
Python/pylifecycle.c
Python/symtable.c
Python/sysmodule.c
Tools/c-analyzer/cpython/globals-to-fix.tsv
Tools/c-analyzer/cpython/ignored.tsv