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 koobs, vstinner
Date 2017-08-10.15:44:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502379874.15.0.124854505662.issue30830@psf.upfronthosting.co.za>
In-reply-to
Content
bpo-31041 has been marked as a duplicate of this issue. Extracts:

test_handle_called_with_mp_queue (test.test_logging.QueueListenerTest) ...
Warning -- threading_cleanup() failed to cleanup -1 threads after 4 sec (count: 0, dangling: 1)

and

test_handle_called_with_mp_queue (test.test_logging.QueueListenerTest) ...
Warning -- threading_cleanup() failed to cleanup -1 threads after 3 sec (count: 0, dangling: 1)

--

"Maybe threading_cleanup() should call support.gc_collect()."
History
Date User Action Args
2017-08-10 15:44:34vstinnersetrecipients: + vstinner, koobs
2017-08-10 15:44:34vstinnersetmessageid: <1502379874.15.0.124854505662.issue30830@psf.upfronthosting.co.za>
2017-08-10 15:44:34vstinnerlinkissue30830 messages
2017-08-10 15:44:34vstinnercreate