summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_global_objects.h
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-106931: Intern Statically Allocated Strings Globally (gh-107272) (g...Eric Snow2023-11-271-0/+6
* gh-104549: Set __module__ on TypeAliasType (#104550)Jelle Zijlstra2023-05-181-1/+0
* gh-103763: Implement PEP 695 (#103764)Jelle Zijlstra2023-05-161-0/+8
* gh-100227: Move the Dict of Interned Strings to PyInterpreterState (gh-102339)Eric Snow2023-03-281-7/+2
* gh-100227: Revert gh-102925 "gh-100227: Make the Global Interned Dict Safe fo...Eric Snow2023-03-271-4/+0
* gh-100227: Make the Global Interned Dict Safe for Isolated Interpreters (gh-1...Eric Snow2023-03-231-0/+4
* gh-90110: Fix the c-analyzer Tool (#102483)Eric Snow2023-03-071-0/+1
* gh-100227: Move _str_replace_inf to PyInterpreterState (gh-102333)Eric Snow2023-02-281-3/+4
* gh-90111: Minor Cleanup for Runtime-Global Objects (gh-100254)Eric Snow2022-12-141-4/+4
* gh-81057: Move contextvars-related Globals to _PyRuntimeState (gh-99400)Eric Snow2022-11-161-0/+9
* gh-81057: Move Global Variables Holding Objects to _PyRuntimeState. (gh-99487)Eric Snow2022-11-141-0/+12
* gh-81057: Add PyInterpreterState.static_objects (gh-99397)Eric Snow2022-11-111-0/+18
* GH-96075: move interned dict under runtime state (GH-96077)Kumar Aditya2022-08-221-0/+2
* 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