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 csernazs
Recipients csernazs, gregory.p.smith, pitrou, twouters
Date 2009-11-02.15:51:53
SpamBayes Score 2.01572e-06
Marked as misclassified No
Message-id <1257177116.45.0.363618500606.issue7242@psf.upfronthosting.co.za>
In-reply-to
Content
I've attached a patch which seems to fix this issue. It sets
import_lock_thread to the current thread id after forking in the child
process, but still I'm not quite sure that it's the correct way of
solving this issue.
History
Date User Action Args
2009-11-02 15:51:56csernazssetrecipients: + csernazs, twouters, gregory.p.smith, pitrou
2009-11-02 15:51:56csernazssetmessageid: <1257177116.45.0.363618500606.issue7242@psf.upfronthosting.co.za>
2009-11-02 15:51:54csernazslinkissue7242 messages
2009-11-02 15:51:54csernazscreate