bpo-38379: don't claim objects are collected when they aren't by tim-one · Pull Request #16658 · python/cpython
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters