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

> In a multi-threaded program, we're only allowed to call async-safe
> functions between fork() and exec() in the child process

Oh, I don't know that. The test should be modified to create a new clean Python 
process using subprocess to run the test.

----------
title: 
Now:
  test_signal: test_sigwait_thread failure on FreeBSD 6.4 buildbot
Was:
  test_signal: test_sigwait_thread
  failure on FreeBSD 6.4 buildbot

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

Reply via email to