pyo3::gil

Function 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