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-09-13.14:11:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505311863.73.0.140492615662.issue31234@psf.upfronthosting.co.za>
In-reply-to
Content
test_ssl:

test_recv_zero (test.test_ssl.ThreadedTests) ...  server:  new connection from ('127.0.0.1', 54502)
 server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1/SSLv3', 256)
 server: selected protocol is now None
Warning -- threading_cleanup() failed to cleanup 0 threads (count: 0, dangling: 2)
Dangling thread: <_MainThread(MainThread, started 47577226880000)>
Dangling thread: <ThreadedEchoServer(Thread-173, stopped daemon 47577348138752)>
ok

test_socketserver (test.test_ssl.ThreadedTests)
(...)
stopping HTTPS server
joining HTTPS thread
Warning -- threading_cleanup() failed to cleanup 0 threads (count: 0, dangling: 2)
Dangling thread: <HTTPSServerThread(Thread-209, stopped daemon 47577348138752)>
Dangling thread: <_MainThread(MainThread, started 47577226880000)>
ok
History
Date User Action Args
2017-09-13 14:11:03vstinnersetrecipients: + vstinner
2017-09-13 14:11:03vstinnersetmessageid: <1505311863.73.0.140492615662.issue31234@psf.upfronthosting.co.za>
2017-09-13 14:11:03vstinnerlinkissue31234 messages
2017-09-13 14:11:03vstinnercreate