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 mark.dickinson
Recipients mark.dickinson, rhettinger, serhiy.storchaka, vstinner
Date 2014-05-04.09:27:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399195670.41.0.0799443349512.issue21422@psf.upfronthosting.co.za>
In-reply-to
Content
> Can you sow the overhead of the branch in a microbenchmark?

Conversely, can you show a case where this optimisation provides a benefit in real code?  We should be looking for a reason *to* apply the patch, not a reason *not* to apply the patch.
History
Date User Action Args
2014-05-04 09:27:50mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, vstinner, serhiy.storchaka
2014-05-04 09:27:50mark.dickinsonsetmessageid: <1399195670.41.0.0799443349512.issue21422@psf.upfronthosting.co.za>
2014-05-04 09:27:50mark.dickinsonlinkissue21422 messages
2014-05-04 09:27:50mark.dickinsoncreate