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-27.12:49:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390826954.23.0.745940445436.issue20319@psf.upfronthosting.co.za>
In-reply-to
Content
Revised patch; I don't think there is a need to sort the keys when waiters are being removed since only one lock is acquired at a time. Stress tests on both wait() and as_completed() work with this approach.
History
Date User Action Args
2014-01-27 12:49:14glangfordsetrecipients: + glangford, tim.peters, bquinlan, mark.dickinson, vstinner, sbt
2014-01-27 12:49:14glangfordsetmessageid: <1390826954.23.0.745940445436.issue20319@psf.upfronthosting.co.za>
2014-01-27 12:49:14glangfordlinkissue20319 messages
2014-01-27 12:49:14glangfordcreate