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