Serhiy Storchaka added the comment:

See issue23867 for the first step (unfinished). After that I planned to inline 
parsing code for PyArg_ParseTuple() with multiple arguments. Then split 
PyArg_ParseTupleAndKeywords() on two parts: first unpack keywords to linear 
sparse array and then handle it as positional arguments.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29419>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to