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 asvetlov, lukasz.langa, vstinner, yselivanov
Date 2019-09-06.07:04:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567753491.48.0.276168580497.issue34037@roundup.psfhosted.org>
In-reply-to
Content
This bug still occurs randomly on the CI. Example on AppVeyor:
https://ci.appveyor.com/project/python/cpython/builds/27209898

test_reader_callback (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_remove_fds_after_closing (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_run_in_executor (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_run_in_executor_cancel (test.test_asyncio.test_events.SelectEventLoopTests) ... Warning -- threading_cleanup() failed to cleanup 1 threads (count: 1, dangling: 2)
Dangling thread: <Thread(ThreadPoolExecutor-19_0, started daemon 2728)>
Dangling thread: <_MainThread(MainThread, started 1916)>
ok

Any plan to reapply my change, or fix it?
History
Date User Action Args
2019-09-06 07:04:51vstinnersetrecipients: + vstinner, asvetlov, lukasz.langa, yselivanov
2019-09-06 07:04:51vstinnersetmessageid: <1567753491.48.0.276168580497.issue34037@roundup.psfhosted.org>
2019-09-06 07:04:51vstinnerlinkissue34037 messages
2019-09-06 07:04:51vstinnercreate