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 georg.brandl
Recipients georg.brandl, xiscu
Date 2009-12-19.18:32:15
SpamBayes Score 0.04706326
Marked as misclassified No
Message-id <1261247537.53.0.458371060617.issue7525@psf.upfronthosting.co.za>
In-reply-to
Content
This only happens in Python 2.5, where GeneratorExit inherits from
Exception.  In 2.6, it inherits from BaseException and is therefore not
caught by the except clause.
History
Date User Action Args
2009-12-19 18:32:17georg.brandlsetrecipients: + georg.brandl, xiscu
2009-12-19 18:32:17georg.brandlsetmessageid: <1261247537.53.0.458371060617.issue7525@psf.upfronthosting.co.za>
2009-12-19 18:32:15georg.brandllinkissue7525 messages
2009-12-19 18:32:15georg.brandlcreate