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 pitrou
Recipients ezio.melotti, gvanrossum, pitrou, serhiy.storchaka
Date 2013-02-09.21:00:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360443654.27.0.387493008107.issue17170@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch yielding a decent speedup (~ 40%) on PyArg_ParseTuple itself.
More generally though, this would be improved by precompiling some of the information (like Argument Clinic does, perhaps).

(note: PyArg_ParseTupleAndKeywords is a completely separate implementation...)
History
Date User Action Args
2013-02-09 21:00:54pitrousetrecipients: + pitrou, gvanrossum, ezio.melotti, serhiy.storchaka
2013-02-09 21:00:54pitrousetmessageid: <1360443654.27.0.387493008107.issue17170@psf.upfronthosting.co.za>
2013-02-09 21:00:54pitroulinkissue17170 messages
2013-02-09 21:00:54pitroucreate