aboutsummaryrefslogtreecommitdiff
blob: 60df44cc672191df0b9cca3511cbaf54cf6b2c54 (plain)
1
2
Added a new function :func:`gc.is_finalized` to check if an object has been
finalized by the garbage collector. Patch by Pablo Galindo.