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 brett.cannon, gregory.p.smith, larry, pitrou, python-dev, rhettinger, serhiy.storchaka, vstinner
Date 2016-08-17.18:18:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471457896.16.0.177375468506.issue27574@psf.upfronthosting.co.za>
In-reply-to
Content
I left this issue open for three reasons.

1. I had ideas and almost finished patch for different optimization. Unfortunately my hope was not justified, new implementation is slower. If I fail to fix it in few days, I'll close the issue.

2. For bikeshedding in case somebody want to suggest different names or interface.

3. I was going to convert most occurrences of PyArg_ParseTupleAndKeywords() to Argument Clinic for achieving larger effect of this optimization. But this patch was larger than I expected.
History
Date User Action Args
2016-08-17 18:18:16serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, rhettinger, gregory.p.smith, pitrou, vstinner, larry, python-dev
2016-08-17 18:18:16serhiy.storchakasetmessageid: <1471457896.16.0.177375468506.issue27574@psf.upfronthosting.co.za>
2016-08-17 18:18:16serhiy.storchakalinkissue27574 messages
2016-08-17 18:18:16serhiy.storchakacreate