<p>Careful there. We took something very much like that out at ParaView 4.0. The GIL made ParaView incompatible with many python packages. When I get to my desk I can check my notes and refresh my memory.</p>
<div class="gmail_quote">On Jul 3, 2015 5:56 AM, "Mathieu Westphal" <<a href="mailto:mathieu.westphal@kitware.com">mathieu.westphal@kitware.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>A client requesting us to apply a patch to paraview so every single call to python<br></div>(PyRun, Py_Decref, PyImport, PyObject, PyString... ) to be surrounded by<br>PyGILState_Ensure<br>PyGILState_Release<br><br>if VTK_NO_PYTHON_THREADS is not defined.<br><br></div><div>is this acceptable ? some python calls are already done like that, see vtkPythonUtil.cxx.<br></div><div><br>This option is defined to 1 by default.<br></div><br><div><br clear="all"><div><div><div><div><div dir="ltr">Mathieu Westphal<br></div></div></div>
</div></div></div></div>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtk-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtk-developers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtk-developers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtk-developers</a><br>
<br>
<br></blockquote></div>