mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
ad77d16a62
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