Skip to content
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

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

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 1055913+iritkatriel@users.noreply.github.com

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 <1055913+iritkatriel@users.noreply.github.com>
@miss-islington
Copy link
Contributor Author

miss-islington commented Aug 13, 2021

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

1 similar comment
@miss-islington
Copy link
Contributor Author

miss-islington commented Aug 13, 2021

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

ambv
ambv approved these changes Aug 13, 2021
Copy link
Contributor

@ambv ambv left a comment

Getting the refleak buildbots unstuck for the weekend.

@miss-islington miss-islington merged commit ebc5926 into python:3.10 Aug 13, 2021
13 checks passed
@miss-islington miss-islington deleted the backport-7bf28cb-3.10 branch Aug 13, 2021
@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.

None yet

6 participants