Skip to content

Avoid GIL deadlocks by calling PyGILState_GetThisThreadState when using gil_scoped_acquire.#1211

Merged
wjakob merged 1 commit into
pybind:masterfrom
bzarco:gil-deadlock-with-threads
Dec 1, 2018
Merged

Avoid GIL deadlocks by calling PyGILState_GetThisThreadState when using gil_scoped_acquire.#1211
wjakob merged 1 commit into
pybind:masterfrom
bzarco:gil-deadlock-with-threads

Use `PyGILState_GetThisThreadState` when using gil_scoped_acquire.

d04a9b1
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs