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

noreply@sourceforge.net noreply@sourceforge.net
Tue, 06 Aug 2002 05:44:28 -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: Closed
>Resolution: Accepted
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).

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

>Comment By: Jack Jansen (jackjansen)
Date: 2002-08-06 14:44

Message:
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.

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

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