bpo-33622: Add checks for exceptions leaks in the garbage collector. (GH-7126)
* Failure in adding to gc.garbage is no longer fatal. * An exception in tp_clear() no longer lead to crash (though tp_clear() should not leave exceptions).
S
Serhiy Storchaka committed
c4653c9bf159c3919a50f4ced32eef713e7e764e
Parent: a9cab43
Committed by GitHub <noreply@github.com>
on 5/29/2018, 3:50:10 PM