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, richard.kiss, vstinner, yselivanov
Date 2014-06-24.22:01:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403647309.53.0.496836625193.issue21163@psf.upfronthosting.co.za>
In-reply-to
Content
I commited my change in Tulip (78dc74d4e8e6), Python 3.4 and 3.5:

changeset:   91359:978525270264
branch:      3.4
parent:      91357:a941bb617c2a
user:        Victor Stinner <victor.stinner@gmail.com>
date:        Tue Jun 24 22:37:53 2014 +0200
files:       Lib/asyncio/futures.py Lib/asyncio/tasks.py Lib/test/test_asyncio/test_base_events.py Lib/test/test_asyncio/test_tasks.py
description:
asyncio: Log an error if a Task is destroyed while it is still pending


changeset:   91360:e1d81c32f13d
parent:      91358:3fa0d2b297c6
parent:      91359:978525270264
user:        Victor Stinner <victor.stinner@gmail.com>
date:        Tue Jun 24 22:38:31 2014 +0200
files:       Lib/test/test_asyncio/test_tasks.py
description:
(Merge 3.4) asyncio: Log an error if a Task is destroyed while it is still pending
History
Date User Action Args
2014-06-24 22:01:49vstinnersetrecipients: + vstinner, gvanrossum, pitrou, giampaolo.rodola, yselivanov, Guido.van.Rossum, richard.kiss, Richard.Kiss
2014-06-24 22:01:49vstinnersetmessageid: <1403647309.53.0.496836625193.issue21163@psf.upfronthosting.co.za>
2014-06-24 22:01:49vstinnerlinkissue21163 messages
2014-06-24 22:01:49vstinnercreate