mirror of
https://github.com/python/cpython.git
synced 2026-06-29 14:18:58 -04:00
67e0de6f0b
* Add GCState type for readability * gcmodule.c now gets its gcstate from tstate * _PyGC_DumpShutdownStats() now expects tstate rather than runtime * Rename "state" to "gcstate" for readability: to avoid confusion between "state" and "tstate" for example. * collect() now only expects tstate: it gets gcstate from tstate. * Pass tstate to _PyErr_xxx() functions
Source files for standard library extension modules, and former extension modules that are now builtin modules.