Constant pyo3::gil::OWNED_OBJECTS

source ·
const OWNED_OBJECTS: LocalKey<RefCell<Vec<NonNull<PyObject>>>>;
Available on debug-assertions enabled only.
Expand description

Temporarily hold objects that will be released when the GILPool drops.

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