Skip to content

[3.10] bpo-44895: Temporarily add an extra gc.collect() call (GH-27746) #27753

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 13, 2021

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Aug 13, 2021

This is part of an investigation of a non-deterministic reference leak. While we're looking for the root cause, this is included temporarily so that CI doesn't fail on this particular issue. This enables it to find other regressions in the meantime, which would otherwise be shadowed by our known issue.
(cherry picked from commit 7bf28cb)

Co-authored-by: Irit Katriel [email protected]

https://bugs.python.org/issue44895

This is part of an investigation of a non-deterministic reference leak. While we're looking for the root cause, this is included temporarily so that CI doesn't fail on this particular issue. This enables it to find other regressions in the meantime, which would otherwise be shadowed by our known issue.
(cherry picked from commit 7bf28cb)

Co-authored-by: Irit Katriel <[email protected]>
@miss-islington
Copy link
Contributor Author

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

1 similar comment
@miss-islington
Copy link
Contributor Author

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

Copy link
Contributor

@ambv ambv left a comment

Choose a reason for hiding this comment

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

Getting the refleak buildbots unstuck for the weekend.

@miss-islington miss-islington merged commit ebc5926 into python:3.10 Aug 13, 2021
@miss-islington miss-islington deleted the backport-7bf28cb-3.10 branch August 13, 2021 10:21
@pablogsal
Copy link
Member

pablogsal commented Aug 13, 2021

Please, revert this commit. The fix is not correct. I don't feel comfortable with "temporary fixes" in the release candidate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants