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 pelotas
Recipients
Date 2004-08-01.19:33:07
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
In revision 1.280 of Modules/socketmodule.c, perky has
fixed some problems of socketmodule on 64bit arches. On
my OpenBSD/sparc64 (SUN Ultra 10) this change is not
enough. Attached patch (which is currently part of
python port for OpenBSD) is necessary.

In private mail, perky said that this change might be
OK for OpenBSD but doesn't work for other OSes.

Attached diff is against 2.3.4.

BTW this another unsigned long to int change doesn't
break OpenBSD/i386.
History
Date User Action Args
2007-08-23 15:39:00adminlinkissue1001610 messages
2007-08-23 15:39:00admincreate