[Patches] [ python-Patches-579841 ] Build MachoPython with 2level namespace

noreply@sourceforge.net noreply@sourceforge.net
Wed, 10 Jul 2002 14:09:39 -0700


Patches item #579841, was opened at 2002-07-10 23:09
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=579841&group_id=5470

Category: Macintosh
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jack Jansen (jackjansen)
Assigned to: Jack Jansen (jackjansen)
Summary: Build MachoPython with 2level namespace

Initial Comment:
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).

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

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