summaryrefslogtreecommitdiffstatshomepage
path: root/py/mpstate.c
Commit message (Collapse)AuthorAge
* py: Put all global state together in state structures.Damien George2015-01-07
This patch consolidates all global variables in py/ core into one place, in a global structure. Root pointers are all located together to make GC tracing easier and more efficient.