mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
The array of small PyLong objects has been statically declared. Here I also statically initialize them. Consequently they are no longer initialized dynamically during runtime init. I've also moved them under a new sub-struct in _PyRuntimeState, in preparation for static allocation and initialization of other global objects. https://bugs.python.org/issue45953
Miscellaneous source files for the main Python shared library