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 Guido.van.Rossum, Richard.Kiss, giampaolo.rodola, gvanrossum, pitrou, python-dev, richard.kiss, vstinner, yselivanov
Date 2014-06-30.12:42:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404132157.02.0.0186804856525.issue21163@psf.upfronthosting.co.za>
In-reply-to
Content
Hum, dont_log_pending.patch is not correct for wait(): wait() returns (done, pending), where pending is a set of pending tasks. So it's still possible that pending tasks are destroyed while they are not a still pending, after the end of wait(). The log should not be made quiet here.
History
Date User Action Args
2014-06-30 12:42:37vstinnersetrecipients: + vstinner, gvanrossum, pitrou, giampaolo.rodola, python-dev, yselivanov, Guido.van.Rossum, richard.kiss, Richard.Kiss
2014-06-30 12:42:37vstinnersetmessageid: <1404132157.02.0.0186804856525.issue21163@psf.upfronthosting.co.za>
2014-06-30 12:42:37vstinnerlinkissue21163 messages
2014-06-30 12:42:36vstinnercreate