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 ned.deily
Recipients ned.deily, ronaldoussoren
Date 2015-05-06.01:24:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430875478.18.0.0756558783618.issue24130@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, that second patch should have been:

diff -configure.ac
--- a/configure.ac      Tue May 05 12:04:35 2015 -0700
+++ b/configure.ac      Tue May 05 18:22:39 2015 -0700
@@ -2346,7 +2346,7 @@
        Linux*|GNU*) LINKFORSHARED="-Xlinker -export-dynamic";;
        # -u libsys_s pulls in all symbols in libsys
        Darwin/*)
-               LINKFORSHARED="$extra_undefs -framework CoreFoundation"
+               LINKFORSHARED="-framework CoreFoundation"

                # Issue #18075: the default maximum stack size (8MBytes) is too
                # small for the default recursion limit. Increase the stack size
History
Date User Action Args
2015-05-06 01:24:38ned.deilysetrecipients: + ned.deily, ronaldoussoren
2015-05-06 01:24:38ned.deilysetmessageid: <1430875478.18.0.0756558783618.issue24130@psf.upfronthosting.co.za>
2015-05-06 01:24:38ned.deilylinkissue24130 messages
2015-05-06 01:24:38ned.deilycreate