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 vstinner
Date 2013-07-07.14:42:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373208170.43.0.508048091983.issue18396@psf.upfronthosting.co.za>
In-reply-to
Content
ERROR: test_issue9324 (test.test_signal.WindowsSignalTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_signal.py", line 213, in test_issue9324
    signal.signal(sig, signal.signal(sig, handler))
TypeError: signal handler must be signal.SIG_IGN, signal.SIG_DFL, or a callable object

Related issue: #9324 (closed 3 years ago).
History
Date User Action Args
2013-07-07 14:42:50vstinnersetrecipients: + vstinner
2013-07-07 14:42:50vstinnersetmessageid: <1373208170.43.0.508048091983.issue18396@psf.upfronthosting.co.za>
2013-07-07 14:42:50vstinnerlinkissue18396 messages
2013-07-07 14:42:50vstinnercreate