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, vstinner, yselivanov
Date 2018-07-03.22:57:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530658646.63.0.56676864532.issue34037@psf.upfronthosting.co.za>
In-reply-to
Content
AMD64 FreeBSD 10.x Shared 3.7:
http://buildbot.python.org/all/#/builders/124/builds/410

...
test_remove_fds_after_closing (test.test_asyncio.test_events.KqueueEventLoopTests) ... ok
test_run_in_executor (test.test_asyncio.test_events.KqueueEventLoopTests) ... ok
test_run_in_executor_cancel (test.test_asyncio.test_events.KqueueEventLoopTests) ...

  Warning -- threading_cleanup() failed to cleanup 1 threads (count: 1, dangling: 2)
  Dangling thread: <Thread(ThreadPoolExecutor-13_0, started daemon 34471091200)>
  Dangling thread: <_MainThread(MainThread, started 34393318400)>

ok
test_run_until_complete (test.test_asyncio.test_events.KqueueEventLoopTests) ... ok
test_run_until_complete_nesting (test.test_asyncio.test_events.KqueueEventLoopTests) ... ok
...
1 test altered the execution environment:
    test_asyncio
History
Date User Action Args
2018-07-03 22:57:26vstinnersetrecipients: + vstinner, asvetlov, yselivanov
2018-07-03 22:57:26vstinnersetmessageid: <1530658646.63.0.56676864532.issue34037@psf.upfronthosting.co.za>
2018-07-03 22:57:26vstinnerlinkissue34037 messages
2018-07-03 22:57:26vstinnercreate