Issue 984242: Support "hybrid" framework/unix style (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/40495

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:05 admin set github: 40495
2008-05-02 22:00:31 ronaldoussoren set status: open -> closedresolution: rejectedmessages: + nosy: + ronaldoussoren
2004-07-02 18:24:49 bob.ippolito create