[issue29306] Check usage of Py_EnterRecursiveCall() and Py_LeaveRecursiveCall() in new FASTCALL functions

STINNER Victor report at bugs.python.org
Thu Feb 9 06:29:47 EST 2017


STINNER Victor added the comment:

enter_recursive_call_36.patch: Patch for Python 3.6.

* Add Py_EnterRecursiveCall() into C functions
* Don't call C functions inside a Py_EnterRecursiveCall() block in PyObject_Call()

----------
Added file: http://bugs.python.org/file46605/enter_recursive_call_36.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29306>
_______________________________________


More information about the Python-bugs-list mailing list