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 vstinner
Recipients felipecruz, neologix, pitrou, vstinner
Date 2012-10-03.07:04:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwaYXbpd+kgdXwry518m0zEmjvL8+wnmLEqzpaocVptZEA@mail.gmail.com>
In-reply-to <CAH_1eM00CuVi2u08-o3-JK7BP0Yr0SSe-7t8PLpgN=svVHRJyQ@mail.gmail.com>
Content
A signal handler can be called anymore, anywhere. How do you handle such
exception in an application? "handle": do something better than exit the
apllication.
History
Date User Action Args
2012-10-03 07:04:53vstinnersetrecipients: + vstinner, pitrou, neologix, felipecruz
2012-10-03 07:04:53vstinnerlinkissue16105 messages
2012-10-03 07:04:53vstinnercreate