[issue29286] Use METH_FASTCALL in str methods

Serhiy Storchaka report at bugs.python.org
Tue Jan 17 01:24:01 EST 2017


Serhiy Storchaka added the comment:

Oh, I have wrote almost the same patch before going to sleep yesteday! ;)  But the building crashed (likely due to a bug in _PyStack_UnpackDict()) and it was too late to resolve this.

I would prefer to rename "l" to "nargs" in PyArg_UnpackStack_impl and don't use upper case and namespace prefix in static functions.

----------

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


More information about the Python-bugs-list mailing list