]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #12011: signal.signal() and signal.siginterrupt() raise an OSError,
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 10 May 2011 15:13:00 +0000 (17:13 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 10 May 2011 15:13:00 +0000 (17:13 +0200)
commit388196ed72fbac61eea511eefb36f8f94634a8b4
tree63e4d35fb69562e044124873bf83c0d3f743ee9c
parent3c6e4dd11fa2c3d43f94a6d5c6e2af221ac5cf99
Issue #12011: signal.signal() and signal.siginterrupt() raise an OSError,
instead of a RuntimeError: OSError has an errno attribute.
Doc/whatsnew/3.3.rst
Misc/NEWS
Modules/signalmodule.c