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

STINNER Victor report at bugs.python.org
Thu Dec 1 05:05:27 EST 2016


STINNER Victor added the comment:

Patch version: fix the "if (0)" to use the small stack allocated on the C stack.

----------
Added file: http://bugs.python.org/file45719/fastcalldict-3.patch

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


More information about the Python-bugs-list mailing list