[issue7453] HPUX: socketmodule.c -- error 1588: "AI_PASSIVE" undefined.

Antoine Pitrou report at bugs.python.org
Tue Dec 8 01:40:04 CET 2009


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

Are you sure it isn't defined somewhere? HP claims it exists:
http://www.docs.hp.com/en/B3921-90010/getaddrinfo.3N.html

On the other hand, it seems commenting out this line doesn't harm any
existing test, so we could enable it conditionally.

----------
nosy: +loewis, pitrou
priority:  -> normal
stage:  -> needs patch
versions: +Python 2.6, Python 3.1, Python 3.2

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


More information about the Python-bugs-list mailing list