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 Chris.Jones, amaury.forgeotdarc, mattchaput, mdengler, mu_mind, pitrou
Date 2014-03-04.22:04:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393970674.7.0.462882792463.issue11240@psf.upfronthosting.co.za>
In-reply-to
Content
IIRC the root issue turned out to be that when you execute any multiprocessing statements at the module/script level on Windows, you need to put it under if __name__ == "__main__", otherwise it will cause infinite spawning.

I think this is mentioned in the multiprocessing docs but should probably be in giant blinking red letters ;)
History
Date User Action Args
2014-03-04 22:04:34mattchaputsetrecipients: + mattchaput, amaury.forgeotdarc, pitrou, mu_mind, Chris.Jones, mdengler
2014-03-04 22:04:34mattchaputsetmessageid: <1393970674.7.0.462882792463.issue11240@psf.upfronthosting.co.za>
2014-03-04 22:04:34mattchaputlinkissue11240 messages
2014-03-04 22:04:34mattchaputcreate