SIGN IN SIGN UP

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.
V
Victor Stinner committed
b0461e19b5ecb2d89917b23efb5ce1048fab1b22
Parent: 10228ba
Committed by GitHub <noreply@github.com> on 5/27/2020, 10:44:23 PM