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: Build MachoPython with 2level namespace
Type: Stage:
Components: macOS Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: jackjansen
Priority: normal Keywords: patch

Created on 2002-07-10 21:09 by jackjansen, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
@diff jackjansen, 2002-07-10 21:09
Messages (2)
msg40541 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2002-07-10 21:09
This patch builds a framework-based Python on OSX without --flat_namespace. In addition the Makefile.pre.in logic for building the temporary framework is slightly reordered to make it more error-proof.

The main reason for putting this patch up here is that it was supposed to disallow importing extension modules for a framework-python to be imported into a non-framework-python. But unfortunately it does this this with a coredump in stead of with the expected "Python not initialized (wrong version?)" error message. I would like feedback as to why this is (as other people do get the error message in similar situations).
msg40542 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2002-08-06 12:44
Logged In: YES 
user_id=45365

As no feedback has occurred for over 4 weeks and the patch works for me I've checked it in.
History
Date User Action Args
2022-04-10 16:05:29adminsetgithub: 36874
2002-07-10 21:09:39jackjansencreate