[issue29736] Optimize builtin types constructor

Serhiy Storchaka report at bugs.python.org
Mon Mar 6 10:04:28 EST 2017


Serhiy Storchaka added the comment:

The half of constructors no longer use PyArg_ParseTupleAndKeywords().

I would wait until constructors be converted to Argument Clinic. There are ready patches for some of these builtin types, patches for other are in proggress.

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list