[Python-bugs-list] [ python-Feature Requests-691889 ] Add MacOS.framework attribute

SourceForge.net noreply@sourceforge.net
Sun, 23 Feb 2003 15:35:03 -0800


Feature Requests item #691889, was opened at 2003-02-23 23:27
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=691889&group_id=5470

Category: Macintosh
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: John Ehresman (jpe)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add MacOS.framework attribute

Initial Comment:
On MacOS X, python may be compiled with a named
framework and extension modules must be linked at build
time against the framework with the same name.  This
new attribute would make the name of the framework
available at runtime.

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

>Comment By: Jack Jansen (jackjansen)
Date: 2003-02-24 00:35

Message:
Logged In: YES 
user_id=45365

Implemented in macosmodule.c rev. 1.65 in a slightly different way. There's now an attribute MacOS.linkmodel which can have one of four values:
'static', 'framework', 'shared' (not used currently, but is there for compleness if I ever get around to fixing non-framework shared-library builds) and 'cfm' (for MacPython-OS9).

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

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