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.7] bpo-27903: Fix ResourceWarning in platform.dist() #10792

Merged
merged 1 commit into from Nov 29, 2018
Merged

[3.7] bpo-27903: Fix ResourceWarning in platform.dist() #10792

merged 1 commit into from Nov 29, 2018

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Nov 29, 2018

Fix ResourceWarning in platform.dist() and
platform.linux_distribution() on SuSE and Caldera OpenLinux.

Patch by Ville Skyttä.

https://bugs.python.org/issue27903

Fix ResourceWarning in platform.dist() and
platform.linux_distribution() on SuSE and Caldera OpenLinux.

Patch by Ville Skyttä.
@vstinner vstinner changed the title bpo-27903: Fix ResourceWarning in platform.dist() [3.7] bpo-27903: Fix ResourceWarning in platform.dist() Nov 29, 2018
@vstinner vstinner merged commit 7eeab87 into python:3.7 Nov 29, 2018
@miss-islington
Copy link
Contributor

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6.
🐍🍒⛏🤖

@vstinner vstinner deleted the dist_try_harder branch November 29, 2018 11:31
@bedevere-bot
Copy link

GH-10793 is a backport of this pull request to the 3.6 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 29, 2018
Fix ResourceWarning in platform.dist() and
platform.linux_distribution() on SuSE and Caldera OpenLinux.

Patch by Ville Skyttä.
(cherry picked from commit 7eeab87)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
miss-islington added a commit that referenced this pull request Nov 29, 2018
Fix ResourceWarning in platform.dist() and
platform.linux_distribution() on SuSE and Caldera OpenLinux.

Patch by Ville Skyttä.
(cherry picked from commit 7eeab87)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants