Bug#676908: C program embedding python segfaults after reinitialization in subsequent call to import a script using gi.repository module

2012-06-11 Thread Josselin Mouette
severity 676908 normal forwarded 676908 https://bugzilla.gnome.org/show_bug.cgi?id=677091 thanks Le dimanche 10 juin 2012 à 14:13 +0200, Andrey Gursky a écrit : You call Py_Initialize(), then import a python script, which contains at least one(!) of the following imports: from gi.repository

Bug#676908: C program embedding python segfaults after reinitialization in subsequent call to import a script using gi.repository module

2012-06-10 Thread Andrey Gursky
Package: python-gi Version: 3.2.2-1 Severity: serious On the pygtk page everyone is encouraged to upgrade from pygtk to using gtkCo through gobject introspection. The further described behavior introduces a regression compared to pygtk. You call Py_Initialize(), then import a python script,