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 srid
Recipients srid
Date 2009-12-08.00:00:15
SpamBayes Score 0.008600661
Marked as misclassified No
Message-id <1260230417.68.0.353556130353.issue7453@psf.upfronthosting.co.za>
In-reply-to
Content
At line 790, the constant AI_PASSIVE is used without doing a ifdef check 
(like done at around 5235). 

building '_socket' extension
cc +DAportable -Ae -D_REENTRANT +Z +z -DNDEBUG -O -I. -I./Include -
IInclude -I/home/apy/rrun/build/activepython-DEV/build/py2_7a1-
hpux11_00-parisc-apy27-rrun/python -c /home/apy/rrun/build/activepython-
DEV/build/py2_7a1-hpux11_00-parisc-apy27-
rrun/python/Modules/socketmodule.c -o build/temp.hp-ux-B.11.00-9000-800-
2.7/home/apy/rrun/build/activepython-DEV/build/py2_7a1-hpux11_00-parisc-
apy27-rrun/python/Modules/socketmodule.o
cc: "/home/apy/rrun/build/activepython-DEV/build/py2_7a1-hpux11_00-
parisc-apy27-rrun/python/Modules/socketmodule.c", line 790: error 1588: 
"AI_PASSIVE" undefined.
History
Date User Action Args
2009-12-08 00:00:17sridsetrecipients: + srid
2009-12-08 00:00:17sridsetmessageid: <1260230417.68.0.353556130353.issue7453@psf.upfronthosting.co.za>
2009-12-08 00:00:16sridlinkissue7453 messages
2009-12-08 00:00:15sridcreate