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 pablogsal, vstinner
Date 2019-06-03.15:04:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559574243.82.0.247681040865.issue37137@roundup.psfhosted.org>
In-reply-to
Content
https://buildbot.python.org/all/#/builders/167/builds/1188

Variant:

test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_current_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_gather_1 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests)
Ensure that a gathering future refuses to be cancelled once all ... Warning -- threading_cleanup() failed to cleanup -1 threads (count: 0, dangling: 1)
Dangling thread: <_MainThread(MainThread, started 34389124096)>
ok
test_cancel_gather_2 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_inner_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_task_catching (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
History
Date User Action Args
2019-06-03 15:04:03vstinnersetrecipients: + vstinner, pablogsal
2019-06-03 15:04:03vstinnersetmessageid: <1559574243.82.0.247681040865.issue37137@roundup.psfhosted.org>
2019-06-03 15:04:03vstinnerlinkissue37137 messages
2019-06-03 15:04:03vstinnercreate