[issue29465] Add _PyObject_FastCall() to reduce stack consumption

STINNER Victor report at bugs.python.org
Tue Feb 7 16:49:25 EST 2017


STINNER Victor added the comment:

Serhiy Storchaka added the comment:
> Isn't the Python directory more appropriate place for call.c?

I moved code from other .c files in Objects/, so for me it seems more
natural to add the code in Objects/ as well. It seems like most of the
code in Python/ is not "aware" of types defined in Objects/. But I
don't have a strong opinion on the right directory.

Objects/call.c is 1500 lines long. IMHO the code became big enough to
justify to move it to a new file ;-)

----------

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


More information about the Python-bugs-list mailing list