◐ Shell
reader mode source ↗
Skip to content

[3.8] bpo-38379: don't claim objects are collected when they aren't (GH-16658)#16683

Merged
miss-islington merged 1 commit into
python:3.8from
pablogsal:backport-ecbf35f-3.8
Oct 9, 2019
Merged

[3.8] bpo-38379: don't claim objects are collected when they aren't (GH-16658)#16683
miss-islington merged 1 commit into
python:3.8from
pablogsal:backport-ecbf35f-3.8

Conversation

@pablogsal

@pablogsal pablogsal commented Oct 9, 2019

Copy link
Copy Markdown
Member
  • 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

https://bugs.python.org/issue38379

Automerge-Triggered-By: @pablogsal

…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 tim-one left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Hide comment

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

@pablogsal

Copy link
Copy Markdown
Member Author

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 … Oct 9, 2019
@miss-islington

Copy link
Copy Markdown
Contributor

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

@miss-islington miss-islington merged commit 0bd9fac into python:3.8 Oct 9, 2019
@pablogsal pablogsal deleted the backport-ecbf35f-3.8 branch October 9, 2019 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants