Function pyo3::gil::decrement_gil_count

source ·
fn decrement_gil_count()
Expand description

Decrements pyo3’s internal GIL count - to be called whenever GILPool or GILGuard is dropped.

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here