bpo-40275: test.support.check_impl_detail() uses sys.implementation by vstinner · Pull Request #20468 · python/cpython · GitHub
Skip to content

bpo-40275: test.support.check_impl_detail() uses sys.implementation - #20468

Merged
vstinner merged 1 commit into
python:masterfrom
vstinner:check_impl_detail
May 27, 2020
Merged

bpo-40275: test.support.check_impl_detail() uses sys.implementation#20468
vstinner merged 1 commit into
python:masterfrom
vstinner:check_impl_detail

Conversation

@vstinner

@vstinner vstinner commented May 27, 2020

Copy link
Copy Markdown
Member

check_impl_detail() of test.support now uses sys.implementation.name,
instead of platform.python_implementation().lower(). This change
prepares test.support to import the platform module lazily.

https://bugs.python.org/issue40275

check_impl_detail() of test.support now uses sys.implementation.name,
instead of platform.python_implementation().lower(). This change
prepares test.support to import the platform module lazily.
@vstinner

Copy link
Copy Markdown
Member Author

@vstinner
vstinner merged commit b0461e1 into python:master May 27, 2020
@vstinner
vstinner deleted the check_impl_detail branch May 27, 2020 22:44
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.

3 participants