[issue30830] test_logging leaks dangling threads on FreeBSD

STINNER Victor report at bugs.python.org
Tue Sep 12 21:13:36 EDT 2017


STINNER Victor added the comment:

While testing PR 3138 (stricter threading_cleanup) with PR 3523 (socketserver joins threads), I got the following warning:

test_listen_config_1_ok (test.test_logging.ConfigDictTest) ... Warning -- threading_cleanup() detected 1 leaked threads (count: 1, dangling: 2)
ok

Attached PR 3524 should fix this warning, once combined with PR 3523.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue30830>
_______________________________________


More information about the Python-bugs-list mailing list