Fix crasher for when an object's __del__ creates a new weakref to itself.
Patch only fixes new-style classes; classic classes still buggy. Closes bug #1377858. Already backported.
Showing
Please register or sign in to comment
Patch only fixes new-style classes; classic classes still buggy. Closes bug #1377858. Already backported.