Closed chrisburr closed 5 months ago
Ah cool, I did not know about weakref
, and apparently, it's the right thing to do :laughing: https://github.com/cupy/cupy/pull/8315
Sweep summary
Sweep ran in https://github.com/DIRACGrid/DIRAC/actions/runs/9478032615
See https://github.com/DIRACGrid/DIRAC/pull/7653 and https://docs.python.org/3/library/weakref.html#comparing-finalizers-with-del-methods
BEGINRELEASENOTES
*Core FIX: Replace
__del__
with weakref.finalize in DictCacheENDRELEASENOTES