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 bioformats resources. #502

Merged
merged 1 commit into from
Dec 16, 2020
Merged

Better release bioformats resources. #502

merged 1 commit into from
Dec 16, 2020

Conversation

manthey
Copy link
Member

@manthey manthey commented Dec 16, 2020

Before this change, from the repl, issuing commands like:

import large_image
ts = large_image.getTileSource('/some/bioformats/file')

and then exiting would hang because the local reference to the tile source would still contain a reference to the unclosed bioformats resource.

Before this change, from the repl, issuing commands like:
```
import large_image
ts = large_image.getTileSource('/some/bioformats/file')
```
and then exiting would hang because the local reference to the tile
source would still contain a reference to the unclosed bioformats
resource.
@manthey manthey merged commit 5a22556 into master Dec 16, 2020
@manthey manthey deleted the bioformats-release branch December 16, 2020 20:28
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