This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients ebfe, ezio.melotti, martin.panter, matrixise, serhiy.storchaka, xiang.zhang
Date 2016-08-11.20:23:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470947036.49.0.140057650309.issue16764@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-08-11 20:23:56serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, ebfe, martin.panter, matrixise, xiang.zhang
2016-08-11 20:23:56serhiy.storchakasetmessageid: <1470947036.49.0.140057650309.issue16764@psf.upfronthosting.co.za>
2016-08-11 20:23:56serhiy.storchakalinkissue16764 messages
2016-08-11 20:23:56serhiy.storchakacreate