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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, mikemccand, pitrou, tzot
Date 2008-07-08.12:25:15
SpamBayes Score 0.0013911063
Marked as misclassified No
Message-id <1215519931.41.0.327614799901.issue874900@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch releases the _active_limbo_lock after a fork(). It is not
a complete solution, since existing Thread objects don't correspond to
anything, but it corrects a problem in test_multiprocessing.
History
Date User Action Args
2008-07-08 12:25:31amaury.forgeotdarcsetspambayes_score: 0.00139111 -> 0.0013911063
recipients: + amaury.forgeotdarc, mikemccand, tzot, pitrou
2008-07-08 12:25:31amaury.forgeotdarcsetspambayes_score: 0.00139111 -> 0.00139111
messageid: <1215519931.41.0.327614799901.issue874900@psf.upfronthosting.co.za>
2008-07-08 12:25:21amaury.forgeotdarclinkissue874900 messages
2008-07-08 12:25:20amaury.forgeotdarccreate