This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mattchaput
Recipients mattchaput
Date 2011-02-17.23:56:59
SpamBayes Score 7.747004e-08
Marked as misclassified No
Message-id <1297987020.73.0.563526251198.issue11240@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-02-17 23:57:00mattchaputsetrecipients: + mattchaput
2011-02-17 23:57:00mattchaputsetmessageid: <1297987020.73.0.563526251198.issue11240@psf.upfronthosting.co.za>
2011-02-17 23:57:00mattchaputlinkissue11240 messages
2011-02-17 23:57:00mattchaputcreate