[issue11240] Running unit tests in a command line tool leads to infinite loop with multiprocessing on Windows

Antoine Pitrou report at bugs.python.org
Fri Feb 18 20:23:32 CET 2011


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

> If I do "c:\python27\python run_nose.py" it works correctly. If I do
> "nosetests" I get the process explosion. Maybe the bug is in how
> distutils and nose work from the command line? I'm confused.

The bug is in nose itself. You should report a bug there.

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list