[issue13097] ctypes: segfault with large number of callback arguments

Amaury Forgeot d'Arc report at bugs.python.org
Wed Nov 30 13:20:04 CET 2011


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

Right, alloca() could be replaced by some malloc(), but is it really useful?  After all, when a C function calls back to Python, all arguments needs to be pushed to the stack anyway.

----------

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


More information about the Python-bugs-list mailing list