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

Better release file handles #1007

Merged
merged 2 commits into from
Dec 7, 2022
Merged

Better release file handles #1007

merged 2 commits into from
Dec 7, 2022

Conversation

manthey
Copy link
Member

@manthey manthey commented Dec 7, 2022

After opening some tile sources and then clearing cache and doing a gc.collect(), some file handles were still open (this can be checked via /proc//fd). This cures the test cases I've found except for nd2 files that start to open and then fail. I filed an issue with the nd2 reader about that.

The bioformats reader also has issues in this regard, which probably has something to do with the java library (not the python side of things).

@manthey manthey merged commit d5a8990 into master Dec 7, 2022
@manthey manthey deleted the better-fd-release branch December 7, 2022 17:27
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.

1 participant