[Patches] [ python-Patches-1035255 ] Remove CoreServices /
CoreFoundation dependencies in core
SourceForge.net
noreply at sourceforge.net
Wed Oct 20 10:30:48 CEST 2004
Patches item #1035255, was opened at 2004-09-26 23:44
Message generated for change (Settings changed) made by etrepum
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1035255&group_id=5470
Category: Macintosh
Group: Python 2.4
Status: Open
Resolution: None
>Priority: 8
Submitted By: Bob Ippolito (etrepum)
>Assigned to: Brett Cannon (bcannon)
Summary: Remove CoreServices / CoreFoundation dependencies in core
Initial Comment:
This patch trims down the Python core on Darwin by making it
independent of CoreFoundation and CoreServices. It does this by:
Changed linker flags in configure/configure.in
Removed the unused PyMac_GetAppletScriptFile
Moved the implementation of PyMac_StrError to the MacOS module
Moved the implementation of PyMac_GetFullPathname to the
Carbon.File module
In theory this should make Python start up faster on OS X, but I
haven't benchmarked it.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1035255&group_id=5470
More information about the Patches
mailing list