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, belopolsky, brett.cannon, r.david.murray
Date 2010-08-12.02:56:39
SpamBayes Score 1.3033531e-05
Marked as misclassified No
Message-id <1281581801.47.0.242942035934.issue9573@psf.upfronthosting.co.za>
In-reply-to
Content
I can place it in a function.  But if I execute that function from anything other than main module, the fork() will be called while import lock is held, one way or another.  It will just happen in another module.  So what?
History
Date User Action Args
2010-08-12 02:56:41Alex.Roitmansetrecipients: + Alex.Roitman, brett.cannon, belopolsky, r.david.murray
2010-08-12 02:56:41Alex.Roitmansetmessageid: <1281581801.47.0.242942035934.issue9573@psf.upfronthosting.co.za>
2010-08-12 02:56:40Alex.Roitmanlinkissue9573 messages
2010-08-12 02:56:40Alex.Roitmancreate