Skip to content

Conversation

@Tishj
Copy link
Contributor

@Tishj Tishj commented Mar 5, 2025

This PR fixes #16501

This was already fixed for read_parquet without file_globs, but the crucial py::gil_scoped_release was missing in the other variant, I've unified them to avoid problems like this in the future

@Mytherin Mytherin merged commit 52a9e8f into duckdb:v1.2-histrionicus Mar 5, 2025
19 checks passed
@Mytherin
Copy link
Collaborator

Mytherin commented Mar 5, 2025

Thanks!

@Mytherin Mytherin linked an issue Mar 5, 2025 that may be closed by this pull request
2 tasks
krlmlr added a commit to duckdb/duckdb-r that referenced this pull request Apr 8, 2025
[Python] Fix deadlock in `from_parquet` with `file_globs` caused by not releasing the GIL (duckdb/duckdb#16522)
@Tishj Tishj deleted the python_from_parquet_fsspec_deadlock branch November 7, 2025 15:36
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 this pull request may close these issues.

fsspec read deadlock

2 participants