Message8507
| Author |
niemeyer |
| Recipients |
| Date |
2001年12月27日.19:58:14 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
With the introduction of sys.setdlopenflags, the dl
module got some special usefulness, carrying the
flags used in this function. On the other hand, the
dl module is not available on every platform where
dlopen is. Alpha, for example, is not able to import
the dl module because sizeof(int) is not equal to
sizeof(long), as the assertion in initdl() ensures.
I can think about two obvious solutions:
a) Move RTLD_* flags to some standard module (sys?)
b) Make some of the functionality in dlmodule.c
optional, instead of the whole module.
|
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 13:58:24 | admin | link | issue497126 messages |
| 2007年08月23日 13:58:24 | admin | create |
|