• Tim Peters's avatar
    SF bug 578752: COUNT_ALLOCS vs heap types · b1fb9abf
    Tim Peters yazdı
    Repair segfaults and infinite loops in COUNT_ALLOCS builds in the
    presence of new-style (heap-allocated) classes/types.
    
    Note:  test_gc fails in a COUNT_ALLOCS build now, because it expects
    a new-style class to get garbage collected.
    b1fb9abf
object.c 47.6 KB