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 sable
Recipients BreamoreBoy, ajaksu2, loewis, mjarvis, patmiller, sable
Date 2010-09-22.10:48:39
SpamBayes Score 0.016937267
Marked as misclassified No
Message-id <1285152520.61.0.154443020518.issue730467@psf.upfronthosting.co.za>
In-reply-to
Content
It should also be changed in Python/dynload_aix.c:

Index: Python/dynload_aix.c
===================================================================
--- Python/dynload_aix.c	(révision 84964)
+++ Python/dynload_aix.c	(copie de travail)
@@ -12,7 +12,7 @@
 
 
 #ifdef AIX_GENUINE_CPLUSPLUS
-#include "/usr/lpp/xlC/include/load.h"
+#include <load.h>
 #define aix_load loadAndInit
 #else
 #define aix_load load
History
Date User Action Args
2010-09-22 10:48:40sablesetrecipients: + sable, loewis, patmiller, mjarvis, ajaksu2, BreamoreBoy
2010-09-22 10:48:40sablesetmessageid: <1285152520.61.0.154443020518.issue730467@psf.upfronthosting.co.za>
2010-09-22 10:48:39sablelinkissue730467 messages
2010-09-22 10:48:39sablecreate