Message302023
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. |
|
Date |
User |
Action |
Args |
2017-09-13 01:13:36 | vstinner | set | recipients:
+ vstinner, koobs |
2017-09-13 01:13:36 | vstinner | set | messageid: <1505265216.25.0.260157094975.issue30830@psf.upfronthosting.co.za> |
2017-09-13 01:13:36 | vstinner | link | issue30830 messages |
2017-09-13 01:13:35 | vstinner | create | |
|