| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Avoid immortalizing objects in some tests that test behavior of collecting classes or modules. This fixes test_ordered_dict and test_struct.
|
cc @hroncok - I'll look at the other tests next, but this should be enough to fix the PGO build. |
Sorry, something went wrong.
Indeed it is. Thanks. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM!
Sorry, something went wrong.
|
Thanks @colesbury for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, something went wrong.
Avoid immortalizing objects in tests that verify garbage collection of classes or modules. This fixes test_ordered_dict and test_struct. (cherry picked from commit 1b1db2f) Co-authored-by: Sam Gross <colesbury@gmail.com>
|
GH-118867 is a backport of this pull request to the 3.13 branch. |
Sorry, something went wrong.
Avoid immortalizing objects in tests that verify garbage collection of classes or modules. This fixes test_ordered_dict and test_struct.
| Back | FazBrowse Home | New Git URL |
Avoid immortalizing objects in tests that verify garbage collection of classes or modules.
This fixes test_ordered_dict and test_struct.