-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
Currently the bindings in this repository are not thread safe. This means it's possible to write Python code that's susceptible to race conditions and memory corruption. This is due to the fact that there are no locks in use by this library and the C API does not internally uphold thread-safety invariants, that's left to embedders.
atilag
Metadata
Metadata
Assignees
Labels
No labels