SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72150 0 55 Python

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).
E
Eric Snow committed
76d5abc8684bac4f2fc7cccfe2cd940923357351
Parent: 501b324
Committed by GitHub <noreply@github.com> on 9/6/2017, 1:26:16 AM