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 Ramchandra Apte, benjamin.peterson, georg.brandl, roger.serwy
Date 2011-12-23.22:03:08
SpamBayes Score 0.09807633
Marked as misclassified No
Message-id <1324677789.63.0.490011785524.issue13644@psf.upfronthosting.co.za>
In-reply-to
Content
@OP: As you yourself wrote, this is an abort, not a segfault.  It is not a crash; it is a controlled exit of the Python executable.

@Benjamin: I don't really understand your reasoning: what is preventing Python to raise the error during the except clause?
History
Date User Action Args
2011-12-23 22:03:09georg.brandlsetrecipients: + georg.brandl, benjamin.peterson, roger.serwy, Ramchandra Apte
2011-12-23 22:03:09georg.brandlsetmessageid: <1324677789.63.0.490011785524.issue13644@psf.upfronthosting.co.za>
2011-12-23 22:03:09georg.brandllinkissue13644 messages
2011-12-23 22:03:08georg.brandlcreate