X Tutup
Skip to content

Fixes platform.win32_ver on non-Windows platforms#12912

Merged
zooba merged 1 commit intopython:masterfrom
zooba:platform-fix
Apr 22, 2019
Merged

Fixes platform.win32_ver on non-Windows platforms#12912
zooba merged 1 commit intopython:masterfrom
zooba:platform-fix

Conversation

@zooba
Copy link
Copy Markdown
Member

@zooba zooba commented Apr 22, 2019

No description provided.

@zooba
Copy link
Copy Markdown
Member Author

zooba commented Apr 22, 2019

I spotted this issue on #11774 which adds some extra calls to this function in tests. We shouldn't be letting the ImportError escape regardless.

@zooba zooba merged commit d307d05 into python:master Apr 22, 2019
@miss-islington
Copy link
Copy Markdown
Contributor

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

@zooba zooba deleted the platform-fix branch April 22, 2019 18:40
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Apr 22, 2019
(cherry picked from commit d307d05)

Co-authored-by: Steve Dower <steve.dower@microsoft.com>
@bedevere-bot
Copy link
Copy Markdown

GH-12913 is a backport of this pull request to the 3.7 branch.

miss-islington added a commit that referenced this pull request Apr 22, 2019
(cherry picked from commit d307d05)

Co-authored-by: Steve Dower <steve.dower@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

X Tutup