Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release GIL for blocking calls #152

Open
Kimahriman opened this issue Nov 6, 2024 · 0 comments · May be fixed by #153
Open

Release GIL for blocking calls #152

Kimahriman opened this issue Nov 6, 2024 · 0 comments · May be fixed by #153

Comments

@Kimahriman
Copy link
Owner

I assumed the GIL would be released when entering Rust calls, but unless you explicitly release it, it will be held the entire call, which limits the ability to do multithreading in Python using a single Client.

@Kimahriman Kimahriman linked a pull request Nov 6, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant