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 Alex.Roitman
Recipients Alex.Roitman, brett.cannon, r.david.murray
Date 2010-08-12.02:48:26
SpamBayes Score 0.0048376936
Marked as misclassified No
Message-id <1281581308.76.0.300540913653.issue9573@psf.upfronthosting.co.za>
In-reply-to
Content
I guess I am missing something here.  In a complex program, everything will be executed in some module or another.  Consequently, the module that contains the fork() call will cause the interpreter to quit.

How can this be worked around, short of placing the fork() in the main module?
History
Date User Action Args
2010-08-12 02:48:28Alex.Roitmansetrecipients: + Alex.Roitman, brett.cannon, r.david.murray
2010-08-12 02:48:28Alex.Roitmansetmessageid: <1281581308.76.0.300540913653.issue9573@psf.upfronthosting.co.za>
2010-08-12 02:48:26Alex.Roitmanlinkissue9573 messages
2010-08-12 02:48:26Alex.Roitmancreate