Skip to content

Commit

Permalink
Try to remove tables on atexit
Browse files Browse the repository at this point in the history
  • Loading branch information
coroa committed Jul 1, 2024
1 parent edac134 commit 6d923c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ibis/common/caching.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def store(self, input):
self.populate(name, input)
cached = self.lookup(name)
finalizer = finalize(cached, self._release, key)
finalizer.atexit = False

self.cache[key] = CacheEntry(name, ref(cached), finalizer)

Expand Down

0 comments on commit 6d923c9

Please sign in to comment.