Skip to content
  • Chris Harris's avatar
    Guard against using incorrect thread state · 4d7ae010
    Chris Harris authored
    Ensure that if we are in a multithreaded environment we use
    PyGILState_Ensure(), rather than swapping in a saved thread state
    that may be associated with another thread.
    4d7ae010