commit | ecbf35f9335b0420cb8adfda6f299d6747a16515 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Wed Oct 09 12:37:30 2019 -0500 |
committer | GitHub <noreply@github.com> | Wed Oct 09 12:37:30 2019 -0500 |
tree | 3f011932f3e968a91391a6931346825596525f60 | |
parent | 01171ebd966b0cd6352057799ad876dd1e07942e [diff] |
bpo-38379: don't claim objects are collected when they aren't (#16658) * bpo-38379: when a finalizer resurrects an object, nothing is actually collected in this run of gc. Change the stats to relect that truth.