Message391535
Funny, I was looking into the same issue with CDLL(). :)
The trick with ssl._ssl.__file__ may even break if users change sys.setdlopenflag() from RTLD_GLOBAL to RTLD_LOCAL. Static linking will also influence which symbols are available.
Python/dynload_shlib.c keeps a list of dlopen handles around, but there is no way to access the list of handles. Mmh ... tricky. |
|
Date |
User |
Action |
Args |
2021-04-21 17:53:23 | christian.heimes | set | recipients:
+ christian.heimes, njs, steve.dower |
2021-04-21 17:53:23 | christian.heimes | set | messageid: <1619027603.11.0.90588425672.issue43902@roundup.psfhosted.org> |
2021-04-21 17:53:23 | christian.heimes | link | issue43902 messages |
2021-04-21 17:53:23 | christian.heimes | create | |
|