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 <rep...@bugs.python.org>
<http://bugs.python.org/issue29306>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to