[issue45439] [C API] Move usage of tp_vectorcall_offset from public headers to the internal C API

STINNER Victor report at bugs.python.org
Tue Oct 12 20:28:53 EDT 2021


STINNER Victor <vstinner at python.org> added the comment:

I should also check again the stack consumption. Old issues:

* bpo-29465: Modify _PyObject_FastCall() to reduce stack consumption
* bpo-29234: Disable inlining of _PyStack_AsTuple() to reduce the stack consumption
* bpo-29227: Reduce C stack consumption in function calls
* bpo-28858: Fastcall uses more C stack

See also: "Stack consumption" of https://vstinner.github.io/contrib-cpython-2017q1.html

----------

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


More information about the Python-bugs-list mailing list