-
Notifications
You must be signed in to change notification settings - Fork 190
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
what does it take for PyCall.jl to drop GIL #1046
Comments
See also #882 and JuliaPy/PythonCall.jl#108 |
In case relevant, new in 3.12rc1:
EDIT: Moved long text here to: JuliaPy/PythonCall.jl#343 I noticed "closed this as not planned" so discussion likely relevant at PythonCall (not here to not split the discussion), if at all, in case something needs implementing. |
Numba has a
nogil
annotation, I'm wondering if we can somehow drop the GIL and what would that imply.see: JuliaPy/pyjulia#535
The text was updated successfully, but these errors were encountered: