Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Sep 28, 2017
  2. Sep 21, 2017
    • Martyn Gigg's avatar
      Return PythonGIL class to 3.10.1 state · f11bfb4c
      Martyn Gigg authored
      This avoids issues with having a single PyGILState_STATE that can
      get into issues. Its better to let Python manage that.
      The original problem with hanging on recsursive async calls is
      solved using a single local PythonGIL object to record the state at
      time of manually locking/unlocking.
      f11bfb4c
  3. Sep 14, 2017
Loading