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 josh.r, martin.panter, python-dev, rhettinger, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-04-29.22:27:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461968851.39.0.922368648911.issue26822@psf.upfronthosting.co.za>
In-reply-to
Content
> Can't we use a macro to implement this micro-optimization, instead of modifying each call to _PyArg_NoKeywords?

I proposed this idea above. But then I have found that 1) most usages of _PyArg_NoKeywords are not in performance critical code and 2) my attempt caused a crash. Thus I have committed simpler patch.
History
Date User Action Args
2016-04-29 22:27:31serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, vstinner, python-dev, martin.panter, josh.r, xiang.zhang
2016-04-29 22:27:31serhiy.storchakasetmessageid: <1461968851.39.0.922368648911.issue26822@psf.upfronthosting.co.za>
2016-04-29 22:27:31serhiy.storchakalinkissue26822 messages
2016-04-29 22:27:31serhiy.storchakacreate