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, barry, brett.cannon, eric.araujo, gregory.p.smith, ncoghlan, r.david.murray
Date 2010-08-17.21:13:29
SpamBayes Score 0.00088969973
Marked as misclassified No
Message-id <1282079611.03.0.902996417319.issue9573@psf.upfronthosting.co.za>
In-reply-to
Content
I already worked around this for my use case.

For the future, it would be nice if fork() raised an exception if called during the import, and if the documentation mentioned that forking while in import is not allowed.
History
Date User Action Args
2010-08-17 21:13:31Alex.Roitmansetrecipients: + Alex.Roitman, barry, brett.cannon, gregory.p.smith, ncoghlan, eric.araujo, r.david.murray
2010-08-17 21:13:31Alex.Roitmansetmessageid: <1282079611.03.0.902996417319.issue9573@psf.upfronthosting.co.za>
2010-08-17 21:13:29Alex.Roitmanlinkissue9573 messages
2010-08-17 21:13:29Alex.Roitmancreate