]> granicus.if.org Git - python/commit
SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core
authorRaymond Hettinger <python@rcn.com>
Fri, 5 Nov 2004 07:02:59 +0000 (07:02 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 5 Nov 2004 07:02:59 +0000 (07:02 +0000)
commitec6eb369d518994e9616e0515056ac0f2cff00a6
tree0870d38d1344a0b69904c009d21f7f411b10cf42
parente0bdaefaf43abaca4fb30e739768fcfbfd494139
SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core
(Contributed by Bob Ippolito.)

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
Include/pymactoolbox.h
Mac/Modules/file/_Filemodule.c
Mac/Modules/macosmodule.c
Python/mactoolboxglue.c
configure.in