[issue8576] test_support.find_unused_port can cause socket conflicts on Windows

Jean-Paul Calderone report at bugs.python.org
Fri Apr 30 16:18:33 CEST 2010


Jean-Paul Calderone <exarkun at twistedmatrix.com> added the comment:

find_unused_port is the wrong approach altogether.  Uses of it should be replaced by bind_port and then find_unused_port should be removed.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8576>
_______________________________________


More information about the Python-bugs-list mailing list