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, neologix, pitrou, vstinner
Date 2014-02-08.13:49:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391867380.1.0.556850957148.issue20516@psf.upfronthosting.co.za>
In-reply-to
Content
> Actually, I think what you're seeing here is the context manager being
garbage collected

Yes indeed, I am with you now. Thanks for identifying the problem, and for your explanation. The future should not be yielded while locked.
History
Date User Action Args
2014-02-08 13:49:40glangfordsetrecipients: + glangford, bquinlan, pitrou, vstinner, neologix
2014-02-08 13:49:40glangfordsetmessageid: <1391867380.1.0.556850957148.issue20516@psf.upfronthosting.co.za>
2014-02-08 13:49:40glangfordlinkissue20516 messages
2014-02-08 13:49:39glangfordcreate