Skip to content

Commit

Permalink
Refs #4298. Remove a GIL lock from the scripting desctructor.
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Dec 12, 2011
1 parent b247228 commit 1a49c2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Code/Mantid/MantidPlot/src/PythonScripting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ bool PythonScripting::start()
*/
void PythonScripting::shutdown()
{
GILHolder gil;
Py_XDECREF(m_math);
Py_XDECREF(m_locals);
Py_Finalize();
Expand Down

0 comments on commit 1a49c2e

Please sign in to comment.