• 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
Adı
Son kayıt (commit)
Son güncelleme
..
clinic Loading commit data...
_iomodule.c Loading commit data...
_iomodule.h Loading commit data...
bufferedio.c Loading commit data...
bytesio.c Loading commit data...
fileio.c Loading commit data...
iobase.c Loading commit data...
stringio.c Loading commit data...
textio.c Loading commit data...
winconsoleio.c Loading commit data...