[Patches] [ python-Patches-413005 ] Fixes dynload_next.c to check to see library isn't already loaded.

noreply@sourceforge.net noreply@sourceforge.net
Mon, 02 Apr 2001 13:55:43 -0700


Patches item #413005, was updated on 2001-04-01 23:32
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=413005&group_id=5470

Category: library
Group: 2.0.1 bugfix
Status: Open
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Fixes dynload_next.c to check to see library isn't already loaded.

Initial Comment:
Fixes the NeXT dynloader (used on MacOS X 10.0) to check to see if a symbol has already been loaded before trying to load it again. Without this change running the following pseudocode more than once will cause the NeXT dyld loader to terminate the app.

Py_Initialize();
PyRun_SimpleString("import string");
Py_Finalize();

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

Comment By: Nobody/Anonymous (nobody)
Date: 2001-04-02 13:55

Message:
Logged In: NO 

I added the patch file to this record but can't see it in when I preview the info. If the patch wasn't entered with this record please email me at JWight@bigfoot.com and I'll issue another patch.

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

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