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 2019-10-02.22:53:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570056781.39.0.894014377654.issue38356@roundup.psfhosted.org>
In-reply-to
Content
Warning seen o AMD64 Ubuntu Shared 3.x buildbot:
https://buildbot.python.org/all/#/builders/141/builds/2593

test_devnull_output (test.test_a=syncio.test_subprocess.SubprocessThreadedWatcherTests) ...
Warning -- threading_cleanup() failed to cleanup 1 threads (count: 1, dangling: 2)

The ThreadedChildWatcher class of asyncio.unix_events doesn't seem to have a method to join all threads. It should be done in tests to prevent "leaking" threads which can have side effects on following tests.
History
Date User Action Args
2019-10-02 22:53:01vstinnersetrecipients: + vstinner, asvetlov, yselivanov
2019-10-02 22:53:01vstinnersetmessageid: <1570056781.39.0.894014377654.issue38356@roundup.psfhosted.org>
2019-10-02 22:53:01vstinnerlinkissue38356 messages
2019-10-02 22:53:01vstinnercreate