[Python-checkins] r72865 - python/branches/py3k/configure.in

benjamin.peterson python-checkins at python.org
Sat May 23 19:12:14 CEST 2009


Author: benjamin.peterson
Date: Sat May 23 19:12:13 2009
New Revision: 72865

Log:
kill old comment

Modified:
   python/branches/py3k/configure.in

Modified: python/branches/py3k/configure.in
==============================================================================
--- python/branches/py3k/configure.in	(original)
+++ python/branches/py3k/configure.in	Sat May 23 19:12:13 2009
@@ -1736,14 +1736,6 @@
 	Linux*|GNU*) LINKFORSHARED="-Xlinker -export-dynamic";;
 	# -u libsys_s pulls in all symbols in libsys
 	Darwin/*) 
-		# -u _PyMac_Error is needed to pull in the mac toolbox glue,
-		# which is
-		# not used by the core itself but which needs to be in the core so
-		# that dynamically loaded extension modules have access to it.
-		# -prebind is no longer used, because it actually seems to give a
-		# slowdown in stead of a speedup, maybe due to the large number of
-		# dynamic loads Python does.
-
 		LINKFORSHARED="$extra_undefs -framework CoreFoundation"
 		if test "$enable_framework"
 		then


More information about the Python-checkins mailing list