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 r.david.murray
Recipients docs@python, r.david.murray
Date 2014-09-24.00:02:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411516943.46.0.304192335953.issue22474@psf.upfronthosting.co.za>
In-reply-to
Content
In https://docs.python.org/3/library/asyncio-task.html#task, there is a note about a warning being logged if a pending task is destroyed.  The section does not explain or link to an explanation of how a task might get destroyed.  Nor does it define pending, but that seems reasonably clear from context (ie: the future has not completed).

The example linked to does not show how the pending task got destroyed, it only shows an example of the resulting logging, with not enough information to really understand what the final line of the error message is reporting (is kill_me an asyncio API, or the name of the task, or the future it is wrapping?)
History
Date User Action Args
2014-09-24 00:02:23r.david.murraysetrecipients: + r.david.murray, docs@python
2014-09-24 00:02:23r.david.murraysetmessageid: <1411516943.46.0.304192335953.issue22474@psf.upfronthosting.co.za>
2014-09-24 00:02:23r.david.murraylinkissue22474 messages
2014-09-24 00:02:23r.david.murraycreate