[issue16764] Make zlib accept keyword-arguments

Serhiy Storchaka report at bugs.python.org
Thu Aug 11 16:23:56 EDT 2016


Serhiy Storchaka added the comment:

Xiang Zhang, could you please provide results of benchmarking zlib.decompress and decompressobj.decompress in simplest case with and without the patch? PyArg_ParseTupleAndKeywords can be slower than PyArg_ParseTuple even for positional arguments, and we should know how much.

----------

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


More information about the Python-bugs-list mailing list