summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_global_objects.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345)Eric Snow2022-02-281-0/+4
* bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...Eric Snow2022-02-081-0/+4
* bpo-46370: Move the static initializer for _PyRuntime to its own header file....Eric Snow2022-01-131-568/+1
* bpo-45953: Statically allocate the main interpreter (and initial thread state...Eric Snow2022-01-121-4/+0
* bpo-45953: Statically allocate and initialize global bytes objects. (gh-30096)Eric Snow2022-01-111-0/+280
* bpo-45953: Statically initialize the small ints. (gh-30092)Eric Snow2021-12-141-0/+337