Skip to content

Conversation

@ericsnowcurrently
Copy link
Member

@ericsnowcurrentlyericsnowcurrently 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
MemberAuthor

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

@ericsnowcurrentlyericsnowcurrently enabled auto-merge (squash) November 28, 2023 19:20
@ericsnowcurrentlyericsnowcurrently enabled auto-merge (squash) November 28, 2023 19:41
@ericsnowcurrentlyericsnowcurrently merged commit 5b6858c into python:3.12Nov 28, 2023
@ericsnowcurrentlyericsnowcurrently deleted the fix-fdleaks-3.12 branch November 28, 2023 19:43
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@ericsnowcurrently