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

Matt Chaput report at bugs.python.org
Fri Feb 18 00:57:00 CET 2011


New submission from Matt Chaput <matt at whoosh.ca>:

If you start unit tests with a command line such as "python setup.py test" or "nosetests", if the tested code starts a multiprocessing.Process on Windows, each new process will act as if it was started as "python setup.py test"/"nosetests", leading to an infinite explosion of processes that eventually locks up the entire machine.

----------
components: Windows
messages: 128768
nosy: mattchaput
priority: normal
severity: normal
status: open
title: Running unit tests in a command line tool leads to infinite loop with multiprocessing on Windows
type: behavior
versions: Python 2.7

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


More information about the Python-bugs-list mailing list