mirror of
https://github.com/python/cpython.git
synced 2026-08-11 16:28:53 +08:00
Instead of manually enumerating the global strings in generate_global_objects.py, we extrapolate the list from usage of _Py_ID() and _Py_STR() in the source files. This is partly inspired by gh-31261. https://bugs.python.org/issue46541
Miscellaneous source files for the main Python shared library