summaryrefslogtreecommitdiffstats
path: root/Tools/build/generate_global_objects.py
Commit message (Expand)AuthorAgeFilesLines
* GH-112354: `END_FOR` instruction to only pop one value. (GH-114247)Mark Shannon2024-01-241-0/+8
* gh-102500: Implement PEP 688 (#102521)Jelle Zijlstra2023-05-041-0/+2
* gh-100227: Move the Dict of Interned Strings to PyInterpreterState (gh-102339)Eric Snow2023-03-281-2/+2
* GH-94851: check unicode consistency of static strings in debug mode (#102684)Kumar Aditya2023-03-141-0/+1
* gh-81057: Move contextvars-related Globals to _PyRuntimeState (gh-99400)Eric Snow2022-11-161-0/+3
* gh-81057: Add PyInterpreterState.static_objects (gh-99397)Eric Snow2022-11-111-2/+4
* gh-81057: Generate a Separate Initializer For Each Part of the Global Objects...Eric Snow2022-11-111-48/+49
* gh-90868: Add _PyStaticObject_CheckRefcnt() function (#99261)Victor Stinner2022-11-091-5/+2
* gh-90868: Adjust the Generated Objects (gh-99223)Eric Snow2022-11-081-3/+49
* gh-97669: Create Tools/build/ directory (#97963)Victor Stinner2022-10-171-0/+382