• Kevin Modzelewski's avatar
    Track down an elusive reference leak · 7af29064
    Kevin Modzelewski authored
    The pattern seems to be that we invalidate an IC (deregestering the decrefinfo),
    but there is a stack frame in that IC and furthermore that stack frame will
    get unwound via an exception.
    
    The fix I did here is to not deregister the decrefinfo if num_inside>0.
    7af29064
decrefinfo_invalidation.py 492 Bytes