GNOME Bugzilla – Bug 647016
take GIL in _pygi_invoke_closure_free ?
Last modified: 2011-08-13 10:32:50 UTC
Freeing an object reference that was stored as a data item on a GObject, I get this abort:
+ Trace 226626
with this message: Fatal Python error: PyEval_SaveThread: NULL tstate adding PyGILState_Ensure / PyGILState_Release in _pygi_invoke_closure_free fixes this.
Created attachment 185408 [details] [review] ensure GIL state in _pygi_invoke_closure_free