This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Support "hybrid" framework/unix style
Type: enhancement Stage:
Components: macOS Versions:
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: anthonybaxter, bob.ippolito, ronaldoussoren
Priority: normal Keywords:

Created on 2004-07-02 18:24 by bob.ippolito, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (4)
msg61171 - (view) Author: Bob Ippolito (bob.ippolito) * (Python committer) Date: 2004-07-02 18:24
In the Darwin 8 prerelease sources, Apple decided to actually 
build Python to /usr/lib and have /System/Library/Frameworks/
Python.framework/Versions/2.3/Python be a symlink to that.  /usr/
include/python2.3/ is a symlink to inside the framework.

We should probably support this build style.
msg61172 - (view) Author: Anthony Baxter (anthonybaxter) (Python triager) Date: 2004-08-09 10:01
Logged In: YES 
user_id=29957

If you have access to this version, care to work up a patch?
Without access to the particular version, it's hard to test...
msg61173 - (view) Author: Bob Ippolito (bob.ippolito) * (Python committer) Date: 2004-08-09 10:05
Logged In: YES 
user_id=139309

Their modifications are open source.  The changes should be done by 
someone more familiar than myself with autoconf.

It's python-11 on http://www.opensource.apple.com/darwinsource/
WWDC2004/
msg66120 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2008-05-02 22:00
I don't think this issue is relevant at this point in time.

Apple now ships a regular framework and furthermore I don't think this 
build style is useful to have.
History
Date User Action Args
2022-04-11 14:56:05adminsetgithub: 40495
2008-05-02 22:00:31ronaldoussorensetstatus: open -> closed
resolution: rejected
messages: + msg66120
nosy: + ronaldoussoren
2004-07-02 18:24:49bob.ippolitocreate