• Fred Drake's avatar
    Allocating a new weakref object can cause existing weakref objects for · 74788b6a
    Fred Drake yazdı
    the same object to be collected by the cyclic GC support if they are
    only referenced by a cycle.  If the weakref being collected was one of
    the weakrefs without callbacks, some local variables for the
    constructor became invalid and have to be re-computed.
    
    The test caused a segfault under a debug build without the fix applied.
    74788b6a
test_weakref.py 32 KB