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 sbt
Recipients sbt
Date 2012-08-14.10:34:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344940473.31.0.674341718518.issue15646@psf.upfronthosting.co.za>
In-reply-to
Content
If the "if __name__ == '__main__'" idiom is not used on Windows you can get the recursive starting of new processes.

This is because importing the main module in a child process starts a new child process as a side effect.

There is a test intended to prevent this and raise RuntimeError instead, but it is currently ineffective.
History
Date User Action Args
2012-08-14 10:34:33sbtsetrecipients: + sbt
2012-08-14 10:34:33sbtsetmessageid: <1344940473.31.0.674341718518.issue15646@psf.upfronthosting.co.za>
2012-08-14 10:34:32sbtlinkissue15646 messages
2012-08-14 10:34:30sbtcreate