New submission from Steve Dower <steve.do...@python.org>:
This causes a failure on one of my test machines where the firewall settings forbid it. However, the test itself seems designed to only listen on localhost. Even tracing all call through socket, I don't see when or where it is attempting to listen on 0.0.0.0, and yet TCP Monitor (and my firewall) claim that it is. This seems to be fairly recent, though I haven't done a bisect yet. Anyone have any ideas? ---------- components: Tests, Windows, asyncio messages: 413687 nosy: asvetlov, paul.moore, steve.dower, tim.golden, yselivanov, zach.ware priority: normal severity: normal stage: test needed status: open title: test_create_server_ssl_over_ssl attempts to listen on 0.0.0.0 type: behavior versions: Python 3.11 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue46822> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com