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 gvanrossum, vstinner, yselivanov
Date 2015-01-10.10:02:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420884133.75.0.926989519431.issue23219@psf.upfronthosting.co.za>
In-reply-to
Content
Cancelling wait_for(task, timeout) must also cancel the waited task. Attached patch fixes this issue.

Original issue:
https://code.google.com/p/tulip/issues/detail?id=211
History
Date User Action Args
2015-01-10 10:02:13vstinnersetrecipients: + vstinner, gvanrossum, yselivanov
2015-01-10 10:02:13vstinnersetmessageid: <1420884133.75.0.926989519431.issue23219@psf.upfronthosting.co.za>
2015-01-10 10:02:13vstinnerlinkissue23219 messages
2015-01-10 10:02:13vstinnercreate