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.12] gh-105716: Fix "Refleak" Failures in test_interpreters #112500

Merged
merged 1 commit into from Nov 28, 2023

Conversation

ericsnowcurrently
Copy link
Member

@ericsnowcurrently ericsnowcurrently commented Nov 28, 2023

gh-110707 (0122b4d) added some tests that didn't close file descriptors they created, leading to failures on the refleak buildbots: https://buildbot.python.org/all/#/builders/1137/builds/186. This closes the leaking file descriptors, resolving the failure.

This is sort-of a partial backport of gh-110318 (269005e).

@ericsnowcurrently
Copy link
Member Author

I was able to duplicate the leaks locally and verify that this PR fixes them.

@ericsnowcurrently ericsnowcurrently enabled auto-merge (squash) November 28, 2023 19:20
@ericsnowcurrently ericsnowcurrently enabled auto-merge (squash) November 28, 2023 19:41
@ericsnowcurrently ericsnowcurrently merged commit 5b6858c into python:3.12 Nov 28, 2023
25 checks passed
@ericsnowcurrently ericsnowcurrently deleted the fix-fdleaks-3.12 branch November 28, 2023 19:43
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

1 participant