[issue37194] Move new vector private declarations to the internal C API

STINNER Victor report at bugs.python.org
Fri Jun 7 09:35:14 EDT 2019


STINNER Victor <vstinner at redhat.com> added the comment:

I used testcapi_call_no_args.patch and stack_overflow-4.py to measure the stack consumption of PyObject_CallNoArgs() and PyObject_CallFunctionObjArgs() for PR 13890.

----------
Added file: https://bugs.python.org/file48401/testcapi_call_no_args.patch

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37194>
_______________________________________


More information about the Python-bugs-list mailing list