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 pitrou
Recipients georg.brandl, ncoghlan, pitrou, vstinner
Date 2011-05-10.14:19:25
SpamBayes Score 0.031038491
Marked as misclassified No
Message-id <1305037162.3569.8.camel@localhost.localdomain>
In-reply-to <1304896183.96.0.225902888589.issue12011@psf.upfronthosting.co.za>
Content
> Patch: signal.signal() and signal.siginterrupt() raise an OSError,
> instead of a RuntimeError: OSError has an errno attribute.
> 
> ----------
> keywords: +patch
> Added file: http://bugs.python.org/file21939/signal_oserror.patch

Looks good to me.
History
Date User Action Args
2011-05-10 14:19:28pitrousetrecipients: + pitrou, georg.brandl, ncoghlan, vstinner
2011-05-10 14:19:25pitroulinkissue12011 messages
2011-05-10 14:19:25pitroucreate