[issue12098] Child process running as debug on Windows

Antoine Pitrou report at bugs.python.org
Fri May 18 18:27:59 CEST 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

> > Since multiprocessing also depends on threading, the change has broken
> > the "AMD64 Fedora without threads 3.x" buildbot.  I had not realized
> > that the buildbots ran the test suite using multiple processes.
> 
> They don't. It's only the import failing, so you should just catch and
> ignore the ImportError.

Sorry, I have misread. It actually happens inconditionally in
run_tests.py, and is used to spawn the Python interpreter which will run
the test suite.

----------

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


More information about the Python-bugs-list mailing list