Skip to content

Cache: do not try to release the lock twice#225

Closed
ThomasWaldmann wants to merge 1 commit intojborg:masterfrom
ThomasWaldmann:fix_cache_close
Closed

Cache: do not try to release the lock twice#225
ThomasWaldmann wants to merge 1 commit intojborg:masterfrom
ThomasWaldmann:fix_cache_close

Conversation

@ThomasWaldmann
Copy link
Contributor

If Cache was already closed and del was called, it called close() again
and crashed when trying to release the lock again.

If Cache was already closed and __del__ was called, it called close() again
and crashed when trying to release the lock again.
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