Message28519
Logged In: YES
user_id=6380
Peter Kropf wrote:
"""
BIND_FIRST causes the dynamic loader to place the newly
loaded shared
library symbol table at the head of the lookup order. This
causes
symbol lookups from that time forward to check the newly
loaded symbol
table before everything else. I can see this causing interesting
things to happen to a program if a shared library contains
symbol
names that are the same as those of, let's say, the C
runtime library.
From what I remember of Python and HP-UX, I'd guess that
this was
added for an extension module. I don't think that it would
be from the
standard Python libraries but rather for a user's custom
extension.
""" |
|
Date |
User |
Action |
Args |
2007-08-23 14:40:02 | admin | link | issue1487481 messages |
2007-08-23 14:40:02 | admin | create | |
|