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 vstinner
Recipients bquinlan, glangford, mark.dickinson, sbt, tim.peters, vstinner
Date 2014-01-23.13:31:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390483897.82.0.871008828394.issue20319@psf.upfronthosting.co.za>
In-reply-to
Content
futures.patch: reuse _AcquireFutures context manager to protect the list of futures against concurrent access.

Without the patch, stress_wait.py hangs. With the patch, it works correctly.
History
Date User Action Args
2014-01-23 13:31:37vstinnersetrecipients: + vstinner, tim.peters, bquinlan, mark.dickinson, sbt, glangford
2014-01-23 13:31:37vstinnersetmessageid: <1390483897.82.0.871008828394.issue20319@psf.upfronthosting.co.za>
2014-01-23 13:31:37vstinnerlinkissue20319 messages
2014-01-23 13:31:36vstinnercreate