STINNER Victor added the comment: I rebased PR 3138: 3 tests failed on Travis CI.
test_ssl: Warning -- threading_cleanup() failed to cleanup 0 threads (count: 0, dangling: 3) Dangling thread: <HTTPSServerThread(Thread-209, stopped daemon 47903503230720)> Dangling thread: <ThreadedEchoServer(Thread-173, stopped daemon 47903503230720)> Dangling thread: <_MainThread(MainThread, started 47903383548928)> test_poplib: Warning -- threading_cleanup() failed to cleanup 0 threads (count: 0, dangling: 3) Dangling thread: <test.test_poplib.DummyPOP3Server localhost:0 at 0x2b42fe691a80> Dangling thread: <_MainThread(MainThread, started 47566631539712)> Dangling thread: <test.test_poplib.DummyPOP3Server localhost:0 at 0x2b42fe6addc0> /home/travis/build/python/cpython/Lib/test/support/__init__.py:1511: ResourceWarning: unclosed <socket.socket [closed] fd=5, family=AddressFamily.AF_INET, type=2049, proto=6> gc.collect() /home/travis/build/python/cpython/Lib/test/support/__init__.py:1511: ResourceWarning: unclosed <socket.socket [closed] fd=6, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6> gc.collect() /home/travis/build/python/cpython/Lib/test/support/__init__.py:1511: ResourceWarning: unclosed <socket.socket [closed] fd=7, family=AddressFamily.AF_INET, type=2049, proto=6> gc.collect() test_ftplib: Warning -- threading_cleanup() failed to cleanup 0 threads (count: 0, dangling: 4) Dangling thread: <test.test_ftplib.DummyTLS_FTPServer localhost:0 at 0x2b72275b4128> Dangling thread: <test.test_ftplib.DummyTLS_FTPServer localhost:0 at 0x2b72279cb538> Dangling thread: <Thread(Thread-41, stopped 47769290839808)> Dangling thread: <_MainThread(MainThread, started 47769182004224)> ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue31234> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com