mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
The essentially eliminates the global variable, with the associated benefits. This is also a precursor to isolating this bit of state to PyInterpreterState. Folks that currently read _Py_RefTotal directly would have to start using _Py_GetGlobalRefTotal() instead. https://github.com/python/cpython/issues/102304
Miscellaneous source files for the main Python shared library