[Python-bugs-list] threads (PR#333)

savichev@physik.uni-freiburg.de savichev@physik.uni-freiburg.de
Sat, 20 May 2000 17:36:47 -0400 (EDT)


Full_Name: Vladimir Savichev
Version: 1.6a2
OS: IRIX64
Submission from: tqd4.physik.uni-freiburg.de (132.230.78.183)


'./configure --with-threads' won't pass test_signal during 'make test'.
'./regrtest.py -v test_signal' # adds on in Makefile 
fixes the problem. test_threads goes through and test_signal 
on the compiled python completes also.
'./regrtest.py -v' mode  shows that
script = """
 (
        set %(x)s
        sleep 2
        kill -5 %(pid)d
        sleep 2
        kill -2 %(pid)d
        sleep 2
        kill -3 %(pid)d
)
can't be fully completed.