GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT#108507
Conversation
|
@iritkatriel: I removed |
Sorry, something went wrong.
It's too late to backport to Python 3.12. |
Sorry, something went wrong.
|
I don't think that it makes sense to override the Building Python with a different Including In short, IMO it's a good thing to remove |
Sorry, something went wrong.
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 logs Py_C_RECURSION_LIMIT and other _testcapi and _testinternalcapi constants.
db18b1a to
59e929b
Compare
September 8, 2023 09:06
|
Since Py_C_RECURSION_LIMIT value is different on WASI, I modified |
Sorry, something went wrong.
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>.