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 wah meng
Recipients ezio.melotti, skrah, wah meng
Date 2011-09-30.04:16:01
SpamBayes Score 1.430986e-05
Marked as misclassified No
Message-id <02EA6D704E30CE499C5071776509A925F5A7BF@039-SN1MPN1-003.039d.mgd.msft.net>
In-reply-to <1317355456.14.0.239502833388.issue13057@psf.upfronthosting.co.za>
Content
I tried.... here is the outcome. It says it can't find a patch??

$ cat issue-13057.diff
diff -r f612b783bc17 configure
--- a/configure Thu Sep 29 07:52:46 2011 +0800
+++ b/configure Thu Sep 29 21:39:32 2011 +0200
@@ -8619,6 +8619,7 @@
     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 #include <pthread.h>
+#include <stdio.h>

 void * start_routine (void *arg) { exit (0); }
 int

$ patch -p1 < issue-13057.diff
Hmm...  I can't seem to find a patch in there anywhere.
$ pwd
/home/r32813/Build/2.7.1/Python-2.7.1
$

Regards,
Wah Meng
History
Date User Action Args
2011-09-30 04:16:02wah mengsetrecipients: + wah meng, ezio.melotti, skrah
2011-09-30 04:16:02wah menglinkissue13057 messages
2011-09-30 04:16:01wah mengcreate