[issue3270] test_multiprocessing: test_listener_client flakiness

Antoine Pitrou report at bugs.python.org
Fri Aug 8 11:34:37 CEST 2008


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

> This would mean raising an exception in Listener.__init__ if this 
> invariant is violated.

If I understand the suggestion correctly, it would forbid people to
listen on 0.0.0.0. I'm not sure it is the right correction for the
problem. Listening on 0.0.0.0 can be handy when you are not sure which
address to use; it would be better to address the problem elsewhere.

IMO, the "FQDN removal patch" as uploaded by Jesse is simple and
straight-forward enough, provided it does fix the bug.

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list