index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Tools
/
scripts
/
generate_global_objects.py
Commit message (
Expand
)
Author
Age
*
gh-97669: Create Tools/build/ directory (#97963)
Victor Stinner
2022-10-17
*
GH-90699: use statically allocated interned strings in typeobject's slotdefs ...
Kumar Aditya
2022-09-07
*
GH-96458: Statically initialize utf8 representation of static strings (#96481)
Kumar Aditya
2022-09-02
*
GH-94851: check refcnt of immortal objects after finalization (GH-95001)
Kumar Aditya
2022-07-25
*
GH-90699: Intern statically allocated strings (GH-93597)
Kumar Aditya
2022-07-08
*
GH-90699: Move generated static initializer to pycore_runtime_generated.h (GH...
Kumar Aditya
2022-07-07
*
bpo-46712: share more global strings in deepfreeze (gh-32152)
Kumar Aditya
2022-04-19
*
bpo-47146: Avoid Using make Recursively (gh-32206)
Eric Snow
2022-03-30
*
bpo-46712: Do not Regen Deep-Frozen Modules before Generating Global Objects ...
Eric Snow
2022-03-23
*
bpo-46881: Statically allocate and initialize the latin1 characters. (GH-31616)
Kumar Aditya
2022-03-09
*
bpo-46712: Let generate_global_objects.py Run on Earlier Python Versions (gh-...
Eric Snow
2022-03-01
*
bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345)
Eric Snow
2022-02-28
*
bpo-46712: Share global string identifiers in deepfreeze (GH-31261)
Kumar Aditya
2022-02-25
*
bpo-46541: Scan Fewer Files in generate_global_objects.py (gh-31364)
Eric Snow
2022-02-15
*
bpo-46541: Drop the check for orphaned global strings. (gh-31363)
Eric Snow
2022-02-15
*
bpo-46541: Discover the global strings. (gh-31346)
Eric Snow
2022-02-14
*
Regen the global objects using PYTHON_FOR_REGEN. (gh-31344)
Eric Snow
2022-02-14
*
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...
Eric Snow
2022-02-08
*
bpo-46541: Generate the global objects initializer. (gh-30941)
Eric Snow
2022-01-27