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 ebfe
Recipients barry, benjamin.peterson, christian.heimes, ctheune, ebfe, gvanrossum, hynek, jcea
Date 2013-03-18.17:57:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363629421.59.0.519387945948.issue16381@psf.upfronthosting.co.za>
In-reply-to
Content
Another proposal: Add a new BaseClass that, if inherited from, causes an exception to be uncatchable (e.g. class HardMemoryError(MemoryError, UncatchableException)).
History
Date User Action Args
2013-03-18 17:57:01ebfesetrecipients: + ebfe, gvanrossum, barry, jcea, ctheune, christian.heimes, benjamin.peterson, hynek
2013-03-18 17:57:01ebfesetmessageid: <1363629421.59.0.519387945948.issue16381@psf.upfronthosting.co.za>
2013-03-18 17:57:01ebfelinkissue16381 messages
2013-03-18 17:57:01ebfecreate