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 kristjan.jonsson
Recipients amaury.forgeotdarc, christian.heimes, kristjan.jonsson
Date 2008-11-17.16:19:29
SpamBayes Score 0.0058359504
Marked as misclassified No
Message-id <1226938771.91.0.0403152578443.issue4293@psf.upfronthosting.co.za>
In-reply-to
Content
I had forgotten that locks aren't initialized until PyEval_InitThreads
() is called.  Now we check for this case.  Also reinitialize when fork
() is called.
Is there any suggested place where I should add documentation to this?
History
Date User Action Args
2008-11-17 16:19:32kristjan.jonssonsetrecipients: + kristjan.jonsson, amaury.forgeotdarc, christian.heimes
2008-11-17 16:19:31kristjan.jonssonsetmessageid: <1226938771.91.0.0403152578443.issue4293@psf.upfronthosting.co.za>
2008-11-17 16:19:31kristjan.jonssonlinkissue4293 messages
2008-11-17 16:19:31kristjan.jonssoncreate