[Python-Dev] Re: [Python-checkins] python/dist/src/Lib/test test_signal.py,1.9,1.10

Guido van Rossum guido@python.org
Mon, 03 Jun 2002 01:10:08 -0400


> But nowhere else, it would seem, at least not when python is built
> threaded.  Darwin fails in a similar manner to FreeBSD, test_signal
> hangs on Solaris, but only if it's runs as part of the test suite --
> it runs fine if you just run it alone.  Argh!  I really am starting to
> think that I should back out my patch and distribute my code as an
> extension module.  Opinions?

Back it out, and think of a way to only enable it on Linux.

--Guido van Rossum (home page: http://www.python.org/~guido/)