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 Serge Anuchin, mark.dickinson, pitrou, r.david.murray, rhettinger, serhiy.storchaka, skrah, steven.daprano, tim.peters, vstinner
Date 2016-09-22.06:48:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474526911.07.0.671814427422.issue24567@psf.upfronthosting.co.za>
In-reply-to
Content
> I'll write that as "'i == n and n > 0" which reads better and runs faster in the common case (look at the disassembly of each).

issue27236
History
Date User Action Args
2016-09-22 06:48:31serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, rhettinger, mark.dickinson, pitrou, vstinner, steven.daprano, r.david.murray, skrah, Serge Anuchin
2016-09-22 06:48:31serhiy.storchakasetmessageid: <1474526911.07.0.671814427422.issue24567@psf.upfronthosting.co.za>
2016-09-22 06:48:31serhiy.storchakalinkissue24567 messages
2016-09-22 06:48:31serhiy.storchakacreate