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 loewis
Recipients
Date 2004-08-01.23:11:47
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

This patch is incorrect. On your system, I believe,
inet_addr does not return int, but in_addr_t. Therefore, you
should write an autoconf test that tests whether in_addr_t
is available on the system. If the type is not available,
check whether unsigned long int has size 4. If it doesn't,
check whether unsigned int has size 4. Of these three types,
use the first one that matches; generate an #error if you
can't find a suitable type.
History
Date User Action Args
2007-08-23 15:39:00adminlinkissue1001610 messages
2007-08-23 15:39:00admincreate