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

Fix intermittent to_arrow() error in Python #2608

Merged
merged 1 commit into from
Apr 30, 2024
Merged

Conversation

texodus
Copy link
Member

@texodus texodus commented Apr 30, 2024

Fixes a GIL scoping issue which caused intermittent failure when the to_arrow() method is called in Python (and any method which internally uses to_arrow()). Fixes #2597

@texodus texodus mentioned this pull request Apr 30, 2024
@texodus texodus added the bug Concrete, reproducible bugs label Apr 30, 2024
@texodus texodus changed the title Fix GIL scope issue Fix intermittent to_arrow() crash in Python Apr 30, 2024
@texodus texodus changed the title Fix intermittent to_arrow() crash in Python Fix intermittent to_arrow() error in Python Apr 30, 2024
@texodus texodus added the Python label Apr 30, 2024
Signed-off-by: Andrew Stein <steinlink@gmail.com>
@texodus texodus merged commit c39fcc4 into master Apr 30, 2024
13 checks passed
@texodus texodus deleted the fix-gil-unlocking branch April 30, 2024 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Concrete, reproducible bugs Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

View::to_arrow_*() crashes when called from python
1 participant