[Patches] [ python-Patches-414948 ] Check dynload_next.c (see description)

noreply@sourceforge.net noreply@sourceforge.net
Mon, 09 Apr 2001 09:54:16 -0700


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

Category: library
Group: None
Status: Open
Priority: 5
Submitted By: Jonathan Wight (schwa)
Assigned to: Nobody/Anonymous (nobody)
Summary: Check dynload_next.c (see description)

Initial Comment:
Fixes dynload_next.c to check to see library isn't 
already loaded.

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(); 

So in effect Python isn't being returned into a 'good' 
state.

NOTE: This is a follow-up to Patch #413005. In that 
Patch my browser failed to upload & attach the patch 
file. Apologies.


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

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