mirror of
https://github.com/python/cpython.git
synced 2026-06-07 03:51:54 -04:00
b0edf3b98e
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.
Source files for standard library extension modules, and former extension modules that are now builtin modules.