bpo-38379: don't claim objects are collected when they aren't by tim-one · Pull Request #16658 · python/cpython

@tim-one

nothing is actually collected in this run of gc.
Change the stats to relect that truth.

@tim-one

nascheme

pablogsal pushed a commit to pablogsal/cpython that referenced this pull request

Oct 9, 2019
…ythonGH-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.
(cherry picked from commit ecbf35f)

Co-authored-by: Tim Peters <tim.peters@gmail.com>

pablogsal pushed a commit to pablogsal/cpython that referenced this pull request

Oct 9, 2019
…ythonGH-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..
(cherry picked from commit ecbf35f)

Co-authored-by: Tim Peters <tim.peters@gmail.com>

jacobneiltaylor pushed a commit to jacobneiltaylor/cpython that referenced this pull request

Dec 5, 2019
…#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.