]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
asyncio: Log an error if a Task is destroyed while it is still pending
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 24 Jun 2014 20:37:53 +0000 (22:37 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 24 Jun 2014 20:37:53 +0000 (22:37 +0200)
commita02f81ff1757a257c7243ff53542d6f4f34668db
treeca6cbc226160469f0d16622f308ca88ee68aec1a
parent4c945fe9e9ea813ecb19ed705e1c7b3ae26b0d2a
asyncio: Log an error if a Task is destroyed while it is still pending
Lib/asyncio/futures.py
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_tasks.py