Patches item #1008086, was opened at 2004-08-12 12:50 Message generated for change (Comment added) made by collinwinter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1008086&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Modules >Group: Python 2.6 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mats Wichmann (mwichmann) >Assigned to: Thomas Wouters (twouters) Summary: patch for 767150 Initial Comment: The attached is a fix for the same problem that is reported in 767150. For 2.3.x and head cvs this problem exists in the code path taken if configure does not detect inet_aton. I have not checked this against 2.2, which is the platform 767150 reports it against, there may be header inclusion issues that make it not work there but the essence is that the quantity worked with has to be forced to be a 32-bit quanitity, not declared unsigned long. ---------------------------------------------------------------------- >Comment By: Collin Winter (collinwinter) Date: 2007-03-11 14:53 Message: Logged In: YES user_id=1344176 Originator: NO The patch is only one line, changing a unsigned long to in_addr_t. Could someone familiar with/with access to Linux on an IA64 machine take a look at this? Thomas, I notice a lot of posts from you about 64-bit issues... ; ) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1008086&group_id=5470 _______________________________________________ Patches mailing list Patches@python.org http://mail.python.org/mailman/listinfo/patches