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 tim1470
Recipients
Date 2003-05-03.23:04:43
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch adds code to configure.in to determine the
correct data type
for socklen_t if socklen_t is not defined by the
system.
Credit for the socklen_t autoconf magic goes to Albert
Chin (china@thewrittenword.com)
I've also fixed some sections of Modules/socketmodule.c
that should
have used socklen_t.
History
Date User Action Args
2007-08-23 15:26:43adminlinkissue731991 messages
2007-08-23 15:26:43admincreate