Skip to content

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 <[email protected]>
@texodus texodus force-pushed the fix-gil-unlocking branch from ddc182e to f7a07a6 Compare April 30, 2024 15:50
@texodus texodus merged commit c39fcc4 into master Apr 30, 2024
@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