This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author fogus
Recipients Neil Muller, fogus, georg.brandl, hodgestar, loewis, mrm
Date 2009-05-30.00:01:18
SpamBayes Score 0.0013604074
Marked as misclassified No
Message-id <1243641681.27.0.0324081887029.issue2742@psf.upfronthosting.co.za>
In-reply-to
Content
I am having this issue again with python code running under python 2.6.2
compiled from source on May 28, 2009 in CentOS 5.3.  The patch in the
socketmodule.diff file does not seem to be applied to the socketmodule.c
file in the current 2.6.2 in
http://www.python.org/ftp/python/2.6.2/Python-2.6.2.tgz .

I need to be able to bind a port all interfaces to listen to responses
from a server.  This currently only works under windows due to this
issue.  Linux does not like the blank "" IP address; it requires a NULL.

Please advise on a workaround or new patch for this issue.
History
Date User Action Args
2009-05-30 00:01:21fogussetrecipients: + fogus, loewis, georg.brandl, mrm, hodgestar, Neil Muller
2009-05-30 00:01:21fogussetmessageid: <1243641681.27.0.0324081887029.issue2742@psf.upfronthosting.co.za>
2009-05-30 00:01:19foguslinkissue2742 messages
2009-05-30 00:01:18foguscreate