COMMITS
/ Tools/scripts/generate_global_objects.py September 7, 2022
K
GH-90699: use statically allocated interned strings in typeobject's slotdefs (GH-94706)
Kumar Aditya committed
September 3, 2022
K
GH-96458: Statically initialize utf8 representation of static strings (#96481)
Kumar Aditya committed
July 25, 2022
K
GH-94851: check refcnt of immortal objects after finalization (GH-95001)
Kumar Aditya committed
July 8, 2022
K
GH-90699: Intern statically allocated strings (GH-93597)
Kumar Aditya committed
July 7, 2022
K
GH-90699: Move generated static initializer to pycore_runtime_generated.h (GH-94051)
Kumar Aditya committed
April 19, 2022
K
bpo-46712: share more global strings in deepfreeze (gh-32152)
Kumar Aditya committed
March 31, 2022
E
bpo-47146: Avoid Using make Recursively (gh-32206)
Eric Snow committed
March 23, 2022
March 9, 2022
K
bpo-46881: Statically allocate and initialize the latin1 characters. (GH-31616)
Kumar Aditya committed
March 1, 2022
E
February 28, 2022
E
bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345)
Eric Snow committed
February 25, 2022
K
bpo-46712: Share global string identifiers in deepfreeze (GH-31261)
Kumar Aditya committed
February 16, 2022
E
bpo-46541: Scan Fewer Files in generate_global_objects.py (gh-31364)
Eric Snow committed
E
bpo-46541: Drop the check for orphaned global strings. (gh-31363)
Eric Snow committed
February 15, 2022
E
bpo-46541: Discover the global strings. (gh-31346)
Eric Snow committed
February 14, 2022
E
Regen the global objects using PYTHON_FOR_REGEN. (gh-31344)
Eric Snow committed
February 8, 2022
January 27, 2022
E
bpo-46541: Generate the global objects initializer. (gh-30941)
Eric Snow committed