• Fred Drake's avatar
    further testing indicates that the simplified version of the test · 55cf4347
    Fred Drake yazdı
    (re-using an existing test object class) no longer triggered the
    original segfault when the fix was backed out; restoring the local
    test object class to make the test effective
    
    the assignment of the ref created at the end does not affect the test,
    since the segfault happended before weakref.ref() returned; removing
    the assignment
    55cf4347
test_weakref.py 31.9 KB