◐ Shell
clean mode source ↗

bpo-30860: Consolidate stateful runtime globals. by ericsnowcurrently · Pull Request #2594 · python/cpython

ncoghlan

zooba

@ericsnowcurrently

ericsnowcurrently added a commit to ericsnowcurrently/cpython that referenced this pull request

Sep 6, 2017

This was referenced

Sep 6, 2017

GadgetSteve pushed a commit to GadgetSteve/cpython that referenced this pull request

Sep 10, 2017
* 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).