You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
don't use CacheFileManager.__del__ on interpreter shutdown (#7880)
* store a reference to the acquire function on the object
This keeps the function from being garbage collected before we can
call it.
* whats-new.rst
* make `lock_acquire` a static method
* fix rst link
* comment on the existence of the static method `lock_acquire`
* also store a reference to `OPTIONS`
* revert storing additional references
* remove `CachingFileManager.__del__` on interpreter shutdown
* rephrase the changelog [skip-ci]
* [skip-ci]
---------
Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>
0 commit comments