[ python-Bugs-995023 ] Should build Python dylib with -single_module

SourceForge.net noreply at sourceforge.net
Wed Jul 21 08:27:01 CEST 2004


Bugs item #995023, was opened at 2004-07-21 02:27
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=995023&group_id=5470

Category: Macintosh
Group: Platform-specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Bob Ippolito (etrepum)
Assigned to: Jack Jansen (jackjansen)
Summary: Should build Python dylib with -single_module

Initial Comment:
According to bbum, dylibs built with -single_module load 
significantly faster.  The default is not -single_module.  A typical 
build of Python will have ~190 modules, when it could have just 
one.  To check to see how many modules a dylib has, use otool -
Mv on the dylib.

Note that this is NOT for building extensions, only for building the 
dylib for Python itself.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=995023&group_id=5470


More information about the Python-bugs-list mailing list