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 glangford
Recipients bquinlan, glangford, mark.dickinson, sbt, tim.peters, vstinner
Date 2014-01-26.03:35:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390707339.85.0.651219051405.issue20319@psf.upfronthosting.co.za>
In-reply-to
Content
> It seems more plausible that the locks around the removals are fixing the bug but I don't see how. I'll look into it some more.

It is the locks around the waiter removals that matter; I think there are only formatting changes elsewhere in the patch. The reason the locks make a difference is that there can be a race condition if multiple wait() calls compete to modify the f._waiters list.
History
Date User Action Args
2014-01-26 03:35:39glangfordsetrecipients: + glangford, tim.peters, bquinlan, mark.dickinson, vstinner, sbt
2014-01-26 03:35:39glangfordsetmessageid: <1390707339.85.0.651219051405.issue20319@psf.upfronthosting.co.za>
2014-01-26 03:35:39glangfordlinkissue20319 messages
2014-01-26 03:35:39glangfordcreate