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

Antoine Pitrou report at bugs.python.org
Sat May 1 01:26:24 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

> OK. I've attached a patch which removes the use of get_unused_port for 
> test_smtplib and test_multiprocessing.

Great, thank you. It was committed in r80669 (trunk), r80670 (2.6), r80671 (py3k), r80672 (3.1).
Note that there are still a couple of tests using find_unused_port, depending on the branch: test_httplib, test_logging, test_socket.

----------

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


More information about the Python-bugs-list mailing list