search for: g9d3f5f5b63

Displaying 1 result from an estimated 1 matches for "g9d3f5f5b63".

2019 Nov 18
0
[PATCH] Python: Fix GIL usage in guestfs_int_py_event_callback_wrapper (RHBZ#1773520)
...; - Py_DECREF (args); if (py_r != NULL) @@ -147,6 +145,9 @@ guestfs_int_py_event_callback_wrapper (guestfs_h *g, else /* Callback threw an exception: print it. */ PyErr_PrintEx (0); + + if (threads_initialized) + PyGILState_Release (py_save); } PyObject * -- 2.24.0.432.g9d3f5f5b63-goog