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 Jim.Jewett, Jimbofbx, Ramchandra Apte, amaury.forgeotdarc, jcea, pitrou, python-dev, rhettinger, serhiy.storchaka, skrah
Date 2012-04-10.17:29:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334079099.2496.30.camel@raxxla>
In-reply-to <1334077210.31.0.804080673441.issue14478@psf.upfronthosting.co.za>
Content
> Using except: pass as opposed to sticking everything inside the except statement is also very slightly slower as well

I ran the test several times and didn't see the difference between pass
and sticking variants more than between different runs of the same
variant. If it is, then this is a reason for the interpreter
optimization.
History
Date User Action Args
2012-04-10 17:29:19serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, jcea, amaury.forgeotdarc, pitrou, skrah, Jimbofbx, python-dev, Ramchandra Apte, Jim.Jewett
2012-04-10 17:29:18serhiy.storchakalinkissue14478 messages
2012-04-10 17:29:18serhiy.storchakacreate