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 python-dev, rhettinger, serhiy.storchaka, vstinner
Date 2017-02-06.09:13:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <2608040.4Gk9WDZscv@raxxla>
In-reply-to <1486371004.39.0.304479674692.issue29460@psf.upfronthosting.co.za>
Content
> The next question might it: would it be worth it to try using unlikely()
> macro on (kwargs == NULL) test in the macro? ;-)

Perhaps this may help in some critical tight loops (in implementations of 
dict, string operations or long integer arithmetic), but I doubt it can have 
any measurable effect when used once per a call of a function calling 
PyArg_Parse* and using many other stuff.
History
Date User Action Args
2017-02-06 09:13:28serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, vstinner, python-dev
2017-02-06 09:13:28serhiy.storchakalinkissue29460 messages
2017-02-06 09:13:27serhiy.storchakacreate