bpo-30860: Consolidate stateful runtime globals. (#2594)
* group the (stateful) runtime globals into various topical structs * consolidate the topical structs under a single top-level _PyRuntimeState struct * add a check-c-globals.py script that helps identify runtime globals Other globals are excluded (see globals.txt and check-c-globals.py).
Showing
Include/internal/_Python.h
0 → 100644
Include/internal/_ceval.h
0 → 100644
Include/internal/_condvar.h
0 → 100644
Include/internal/_gil.h
0 → 100644
Include/internal/_mem.h
0 → 100644
Include/internal/_pymalloc.h
0 → 100644
This diff is collapsed.
Include/internal/_pystate.h
0 → 100644
Include/internal/_warnings.h
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Tools/c-globals/README
0 → 100644
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment