STINNER Victor <victor.stin...@haypocalc.com> added the comment:

http://www.python.org/dev/buildbot/builders/x86%20FreeBSD%203.x/builds/492

On this report, both implementations (Python and C) failed:

FAIL: test_send_signal (test.test_subprocess.POSIXProcessTestCase)
FAIL: test_send_signal (test.test_subprocess.ProcessTestCasePOSIXPurePython)

--

The problem is maybe that the SIGINT is ignored on these particular platforms 
(FreeBSD and Mac OS X). I worked on this topic recently (see issue #3137) and I 
cannot guarantee that exceptions are still ignored somewhere. I can investigate 
if you give me access to the platform.

My procedure was to run python in gdb, set a break point, and send the signal 
at different points until the KeyboardInterrupt is no more ignored anywhere.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8432>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to