pyo3
0.24.0
In pyo3::
gil
Structs
LockGIL
ReferencePool
SuspendGIL
Enums
GILGuard
Constants
GIL_COUNT
GIL_LOCKED_DURING_TRAVERSE
Statics
POOL
START
Functions
decrement_gil_count
gil_is_acquired
increment_gil_count
prepare_freethreaded_python
register_decref
register_incref
with_embedded_python_interpreter
Type Aliases
PyObjVec
⚠️ Internal Docs ⚠️ Not Public API 👉
Official Docs Here
pyo3
::
gil
Static
POOL
Copy item path
Settings
Help
Summary
Source
static POOL: Lazy<
ReferencePool
>
Available on
non-
pyo3_disable_reference_pool
only.