[Patches] [ python-Patches-412229 ] runtime RTLD_NOW control via sys

noreply@sourceforge.net noreply@sourceforge.net
Thu, 29 Mar 2001 08:55:32 -0800


Patches item #412229, was updated on 2001-03-29 08:55
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=412229&group_id=5470

Category: core (C code)
Group: None
Status: Open
Priority: 5
Submitted By: Bram Stolk (bram)
Assigned to: Nobody/Anonymous (nobody)
Summary: runtime RTLD_NOW control via sys

Initial Comment:
This patch enables runtime control over the RTLD_NOW
flag, which can be used to do lazy symbol resolving
when loading a shared lib.

It's an extention to the sys module:
sys.setlazysymresolve(0|1)

The patch is against the latest CVS code, and
was generated by 'cvs diff'.

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

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