[Python-bugs-list] [Bug #110842] dl.RTLD_GLOBAL missing (PR#313)

noreply@sourceforge.net noreply@sourceforge.net
Wed, 13 Sep 2000 03:59:08 -0700


Bug #110842, was updated on 2000-Aug-01 14:15
Here is a current snapshot of the bug.

Project: Python
Category: Modules
Status: Closed
Resolution: None
Bug Group: Feature Request
Priority: 5
Summary: dl.RTLD_GLOBAL missing (PR#313)

Details: Jitterbug-Id: 313
Submitted-By: loewis@informatik.hu-berlin.de
Date: Thu,  4 May 2000 09:54:13 -0400 (EDT)
Version: 1.5.2
OS: Solaris


The dl module does not support all flags to dlopen available on a specific
system; eg. dl.open("foo.so",dl.RTLD_GLOBAL) does not work.

On Solaris, the following constants are defined, in addition
RTLD_NOLOAD
RTLD_GLOBAL
RTLD_LOCAL
RTLD_PARENT
RTLD_GROUP
RTLD_WORLD
RTLD_NODELETE





====================================================================
Audit trail:
Mon May 22 17:25:17 2000	guido	moved from incoming to request

Follow-Ups:

Date: 2000-Sep-07 15:04
By: jhylton

Comment:
Please do triage on this bug.
-------------------------------------------------------

Date: 2000-Sep-11 09:43
By: loewis

Comment:
Fix is in patch 101472:
http://sourceforge.net/patch/?func=detailpatch&patch_id=101472&group_id=5470
-------------------------------------------------------

Date: 2000-Sep-13 03:59
By: gvanrossum

Comment:
Closed - we can do triage on the patch intead. (patch#101472)
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=110842&group_id=5470