mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
* 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.