SIGN IN SIGN UP

GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507)

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.
V
Victor Stinner committed
b0edf3b98e4b3e68a13776e034b9dd86ad7e529d
Parent: 15d4c9f
Committed by GitHub <noreply@github.com> on 9/8/2023, 9:48:28 AM