[New-bugs-announce] [issue18396] test_signal.test_issue9324() fails on buildbot AMD64 Windows7 SP1 3.x

STINNER Victor report at bugs.python.org
Sun Jul 7 16:42:50 CEST 2013


New submission from STINNER Victor:

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).

----------
components: Windows
messages: 192566
nosy: haypo
priority: normal
severity: normal
status: open
title: test_signal.test_issue9324() fails on buildbot AMD64 Windows7 SP1 3.x
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18396>
_______________________________________


More information about the New-bugs-announce mailing list