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 serhiy.storchaka, vstinner
Date 2015-03-03.12:49:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <2020551.UHYr1Dyx1P@raxxla>
In-reply-to <1425383921.42.0.283584513916.issue23571@psf.upfronthosting.co.za>
Content
> If the patch has a significant overhead: _Py_CheckFunctionResult() may be
> marked to be inlined, and PyCFunction_Call() and PyObject_Call() checks may
> be marked as unlikely using GCC __builtin_expect(), something like:

Could you please open separate issue or even a topic on Python-Ideas for 
Py_likely/Py_unlikely? I prefer spelling _Py_LIKELY.
History
Date User Action Args
2015-03-03 12:49:17serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner
2015-03-03 12:49:17serhiy.storchakalinkissue23571 messages
2015-03-03 12:49:17serhiy.storchakacreate