• Eric Snow's avatar
    bpo-30860: Consolidate stateful runtime globals. (#3397) · 2ebc5ce4
    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).
    2ebc5ce4
myreadline.c 9.63 KB