[3.8] bpo-38379: don't claim objects are collected when they aren't (GH-16658) by pablogsal · Pull Request #16683 · python/cpython

Conversation

…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>

tim-one

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks familiar 😉 Thank you! Will you do the same for 3.7?

@pablogsal

This looks familiar wink Thank you! Will you do the same for 3.7?

Here you go:

#16685

:)

@pablogsal pablogsal changed the title [3.8] bpo-38379: don't claim objects are collected when they aren't … [3.8] bpo-38379: don't claim objects are collected when they aren't (GH-16658)

Oct 9, 2019

@miss-islington

@pablogsal: Status check is done, and it's a success ✅ .