• Amaury Forgeot d'Arc's avatar
    Issue 3110: Crash with weakref subclass, · a8919fe6
    Amaury Forgeot d'Arc yazdı
    seen after a "import multiprocessing.reduction"
    
    An instance of a weakref subclass can have attributes.
    If such a weakref holds the only strong reference to the object,
    deleting the weakref will delete the object. In this case,
    the callback must not be called, because the ref object is being deleted!
    a8919fe6
weakrefobject.c 29.3 KB