Skip to content

utils: Make memoize() use a weakref for the first parameter

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr203 into master

When used on methods, this avoids keeping a reference over the instances alive forever even when nothing else apart from the cache needs it anymore.

Merge request reports