commit | 388196ed72fbac61eea511eefb36f8f94634a8b4 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Tue May 10 17:13:00 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Tue May 10 17:13:00 2011 +0200 |
tree | 63e4d35fb69562e044124873bf83c0d3f743ee9c | |
parent | 3c6e4dd11fa2c3d43f94a6d5c6e2af221ac5cf99 [diff] |
Issue #12011: signal.signal() and signal.siginterrupt() raise an OSError, instead of a RuntimeError: OSError has an errno attribute.