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 dtcaciuc, kisielk, vstinner
Date 2011-06-28.21:53:11
SpamBayes Score 2.3649334e-06
Marked as misclassified No
Message-id <1309297992.27.0.906943597602.issue12423@psf.upfronthosting.co.za>
In-reply-to
Content
"Be aware that programs which use signal.signal() to register a handler for SIGABRT will behave differently."

I don't understand this sentence. I think that this sentence should be removed, and another should maybe be added. E.g. "os.abort() doesn't call the Python signal handler installed by signal.signal()."
History
Date User Action Args
2011-06-28 21:53:12vstinnersetrecipients: + vstinner, kisielk, dtcaciuc
2011-06-28 21:53:12vstinnersetmessageid: <1309297992.27.0.906943597602.issue12423@psf.upfronthosting.co.za>
2011-06-28 21:53:11vstinnerlinkissue12423 messages
2011-06-28 21:53:11vstinnercreate