[issue16764] Make zlib accept keyword-arguments

Serhiy Storchaka report at bugs.python.org
Wed Aug 10 14:19:02 EDT 2016


Serhiy Storchaka added the comment:

PyArg_ParseTupleAndKeywords() and Argument Clinic now support positional-only arguments. Thus this my objection can be resolved. But performance argument still needs an investigation.

In any case the patch needs updating, since the zlib module was rewritten for using Argument Clinic.

----------
versions: +Python 3.6 -Python 3.4

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


More information about the Python-bugs-list mailing list