mirror of
https://github.com/python/cpython.git
synced 2026-01-29 06:06:01 +00: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