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 rhettinger, serhiy.storchaka, vstinner
Date 2017-02-06.08:09:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486368591.1.0.81893713474.issue29460@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch makes _PyArg_NoKeywords(), _PyArg_NoStackKeywords() and _PyArg_NoPositional() macros. This eliminates the overhead of the cross-module function call in common case.

This idea was previously discussed in issue26822 and raised again in issue29452.
History
Date User Action Args
2017-02-06 08:09:51serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, vstinner
2017-02-06 08:09:51serhiy.storchakasetmessageid: <1486368591.1.0.81893713474.issue29460@psf.upfronthosting.co.za>
2017-02-06 08:09:51serhiy.storchakalinkissue29460 messages
2017-02-06 08:09:50serhiy.storchakacreate