Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Make the code thread safe. #8

Open
bitdancer opened this issue Sep 12, 2016 · 0 comments
Open

Make the code thread safe. #8

bitdancer opened this issue Sep 12, 2016 · 0 comments

Comments

@bitdancer
Copy link

Currently no locking is done. The Python C code I've translated assumes it holds the global interpreter lock, which is not true for this code, so appropriate locks need to be added.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant