]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40275: test.support.check_impl_detail() uses sys.implementation (GH-20468)
authorVictor Stinner <vstinner@python.org>
Wed, 27 May 2020 22:44:23 +0000 (00:44 +0200)
committerGitHub <noreply@github.com>
Wed, 27 May 2020 22:44:23 +0000 (00:44 +0200)
commitb0461e19b5ecb2d89917b23efb5ce1048fab1b22
tree75ccc8dadf1a93651a698a9868e4194580f9a80a
parent10228bad0452d94e66c964b625a0b61befa08e59
bpo-40275: test.support.check_impl_detail() uses sys.implementation (GH-20468)

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.
Lib/test/support/__init__.py