Skip to content

bindings/python: Use GILProtected instead to Mutex #3482

@Xuanwo

Description

@Xuanwo
          We might be able to use [`GILProtected`](https://docs.rs/pyo3/0.19.2/pyo3/sync/struct.GILProtected.html) instead of `Mutex` here  since python object access is already synchronized with Python GIL.

Originally posted by @messense in #3474 (comment)

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions