[New-bugs-announce] [issue18523] test_signal failure under Windows

Antoine Pitrou report at bugs.python.org
Sun Jul 21 21:35:41 CEST 2013


New submission from Antoine Pitrou:

c31bec42e4112a49c192a16f271faffd5a44b83d (by Victor) seems to be the culprit.

See http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/2188



======================================================================
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

----------
assignee: haypo
components: Tests, Windows
messages: 193464
nosy: brian.curtin, haypo, larry, pitrou
priority: release blocker
severity: normal
stage: needs patch
status: open
title: test_signal failure under Windows
type: behavior
versions: Python 3.4

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


More information about the New-bugs-announce mailing list