mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
Symbols of the C API should be prefixed by "Py_" to avoid conflict with existing names in 3rd party C extensions on "#include <Python.h>". test.pythoninfo now logs Py_C_RECURSION_LIMIT constant and other _testcapi and _testinternalcapi constants.
Miscellaneous source files for the main Python shared library