diff --git a/python/src/sled_store.rs b/python/src/sled_store.rs index 76ca1c89..9c24b406 100644 --- a/python/src/sled_store.rs +++ b/python/src/sled_store.rs @@ -453,7 +453,7 @@ impl PyIterProtocol for PySledStore { } } -#[pyclass(module = "oxigraph")] +#[pyclass(unsendable, module = "oxigraph")] pub struct QuadIter { inner: SledQuadIter, }