Message340818
| Author | vstinner |
|---|---|
| Recipients | barry, dstufft, eric.araujo, lemburg, loewis, ncoghlan, piotr.dobrogost, pitrou, vstinner |
| Date | 2019-04-25.00:34:57 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1556152497.75.0.599952782791.issue21536@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
> bpo-34814 is linked to this use case: https://bugzilla.redhat.com/show_bug.cgi?id=1585201 is an example of Python embedded in C using dlopen("libpython2.7.so.1.0", RTLD_LOCAL | RTLD_NOW). Problem: some C extensions of the standard library cannot be loaded in this case, like _struct. bpo-1429775 is another example of RTLD_LOCAL usage, see: https://mail.python.org/pipermail/python-dev/2006-February/060533.html |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-04-25 00:34:57 | vstinner | set | recipients: + vstinner, lemburg, loewis, barry, ncoghlan, pitrou, eric.araujo, piotr.dobrogost, dstufft |
| 2019-04-25 00:34:57 | vstinner | set | messageid: <1556152497.75.0.599952782791.issue21536@roundup.psfhosted.org> |
| 2019-04-25 00:34:57 | vstinner | link | issue21536 messages |
| 2019-04-25 00:34:57 | vstinner | create | |