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 jdemeyer
Recipients Mark.Shannon, jdemeyer, josh.r, malin, methane, vstinner
Date 2019-08-13.14:29:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565706573.48.0.531490373823.issue37774@roundup.psfhosted.org>
In-reply-to
Content
We're not talking about prefetching here. The Py_LIKELY/Py_UNLIKELY macros only affect which of the two code paths in a branch is the "default" one, i.e. the one not involving a jmp.
History
Date User Action Args
2019-08-13 14:29:33jdemeyersetrecipients: + jdemeyer, vstinner, methane, Mark.Shannon, josh.r, malin
2019-08-13 14:29:33jdemeyersetmessageid: <1565706573.48.0.531490373823.issue37774@roundup.psfhosted.org>
2019-08-13 14:29:33jdemeyerlinkissue37774 messages
2019-08-13 14:29:33jdemeyercreate