Python embedded into shared library

Christoph Höger christoph.hoeger at tu-berlin.de
Thu Jun 9 17:10:29 UTC 2011


Hi all,

I ran into an obscure bug today when trying to embedd python into a
shared library. Basically this is because the lib-dynload/*.so files do
not have the dependency on python2.7 set, yet use the symbol. I don't
know how the python binary handles it, but it does.
 
https://bugzilla.redhat.com/show_bug.cgi?id=712171

Is there a known workaround?

thanks,

Christoph



More information about the devel mailing list