• Eric Snow's avatar
    bpo-30860: Consolidate stateful runtime globals. (#2594) · 76d5abc8
    Eric Snow yazdı
    * 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).
    76d5abc8
Makefile.pre.in 58.4 KB