[issue28839] _PyFunction_FastCallDict(): replace PyTuple_New() with PyMem_Malloc()

Serhiy Storchaka report at bugs.python.org
Thu Dec 1 09:27:48 EST 2016


Serhiy Storchaka added the comment:

The problem with C stack overflow is not new, but your patch may make it worse (I don't know if it actually make it worse). Py_EnterRecursiveCall() is used for limiting Python stack. It can't prevent C stack overflow.

----------

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


More information about the Python-bugs-list mailing list