[issue16565] Increase Py_AddPendingCall array size

Amaury Forgeot d'Arc report at bugs.python.org
Wed Nov 28 20:17:06 CET 2012


Amaury Forgeot d'Arc added the comment:

This array would still have a fixed size.
Could you arrange your code so that you enqueue pending calls elsewhere, and call Py_AddPendingCall only once until the pending items have been processed?

----------
nosy: +amaury.forgeotdarc

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


More information about the Python-bugs-list mailing list