STINNER Victor <vstin...@redhat.com> added the comment:
> New changeset cf9c41c422de3774862db964fe3153086bad3f61 by Victor Stinner in > branch 'master': > bpo-37322: Fix test_ssl.test_pha_required_nocert() ResourceWarning (GH-14662) Oh. This test started to fail on Windows with this change. Example: https://buildbot.python.org/all/#/builders/3/builds/3121 ERROR: test_pha_required_nocert (test.test_ssl.TestPostHandshakeAuth) ---------------------------------------------------------------------- Traceback (most recent call last): File "D:\buildarea\3.x.bolen-windows10\build\lib\test\test_ssl.py", line 4344, in test_pha_required_nocert s.recv(1024) File "D:\buildarea\3.x.bolen-windows10\build\lib\ssl.py", line 1226, in recv return self.read(buflen) File "D:\buildarea\3.x.bolen-windows10\build\lib\ssl.py", line 1101, in read return self._sslobj.read(len) ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host I proposed PR 14669 to revert it. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue37322> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com