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 jnoller
Recipients ac.james, jnoller
Date 2009-05-30.01:44:49
SpamBayes Score 0.025020782
Marked as misclassified No
Message-id <1243647891.4.0.653876302833.issue6147@psf.upfronthosting.co.za>
In-reply-to
Content
Can you wrap the execution of the main code in a if __name__ == 
"__main__": block, as shown in the documentation? Failure to do so can 
cause a fork bomb on windows
History
Date User Action Args
2009-05-30 01:44:51jnollersetrecipients: + jnoller, ac.james
2009-05-30 01:44:51jnollersetmessageid: <1243647891.4.0.653876302833.issue6147@psf.upfronthosting.co.za>
2009-05-30 01:44:49jnollerlinkissue6147 messages
2009-05-30 01:44:49jnollercreate