GNOME Bugzilla – Bug 755434
gi/overrides: Link against the Python library
Last modified: 2015-09-22 18:38:36 UTC
See commit message
Created attachment 311898 [details] [review] gi/overrides: Link against the Python library We're using symbols from it, we should link against it.
The reason here is probably that the Python interpreter is statically linked against libpython, and as such has its own versions of the symbols. Loading the .so additionally will slow down things.