HansBug / hbutils

Some useful functions and classes in Python infrastructure development
https://hansbug.github.io/hbutils/
Apache License 2.0
10 stars 2 forks source link

Check if there are some missing of weakref #66

Open HansBug opened 2 years ago

HansBug commented 2 years ago

See:

We should weak_ref some of the objects when we create method in closure, or the related instance will be never destroyed.