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 vstinner
Date 2017-07-10.00:16:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499645793.93.0.463487095409.issue30886@psf.upfronthosting.co.za>
In-reply-to
Content
While trying to reproduce the bug, I got:

test_handle_called_with_mp_queue (test.test_logging.QueueListenerTest) ... /usr/home/haypo/cpython/Lib/test/support/__init__.py:1515: ResourceWarning: unclosed <socket.socket fd=6, family=AddressFamily.AF_INET, type=536870913, proto=0, laddr=('127.0.0.1', 8166), raddr=('127.0.0.1', 8167)>
  gc.collect()
ok
History
Date User Action Args
2017-07-10 00:16:34vstinnersetrecipients: + vstinner
2017-07-10 00:16:33vstinnersetmessageid: <1499645793.93.0.463487095409.issue30886@psf.upfronthosting.co.za>
2017-07-10 00:16:33vstinnerlinkissue30886 messages
2017-07-10 00:16:33vstinnercreate