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 davin, pitrou, vstinner
Date 2017-07-10.21:40:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499722803.75.0.78668168923.issue30886@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure that the bug is fully fixed, I still saw a warning on:
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.x%20Shared%203.x/builds/561/

This build tested the commit aa8d0a24694bea05061f1920ec3f944a9e6799d5 which is more recent than commit 3b69d911c57ef591ac0c0f47a66dbcad8337f33a.

test_handle_called_with_mp_queue (test.test_logging.QueueListenerTest) ...

Warning -- threading_cleanup() failed to cleanup -1 threads after 5 sec (count: 0, dangling: 1)

ok
History
Date User Action Args
2017-07-10 21:40:03vstinnersetrecipients: + vstinner, pitrou, davin
2017-07-10 21:40:03vstinnersetmessageid: <1499722803.75.0.78668168923.issue30886@psf.upfronthosting.co.za>
2017-07-10 21:40:03vstinnerlinkissue30886 messages
2017-07-10 21:40:03vstinnercreate