]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41718: libregrtest runtest avoids import_helper (GH-24983)
authorVictor Stinner <vstinner@python.org>
Tue, 23 Mar 2021 00:08:49 +0000 (01:08 +0100)
committerGitHub <noreply@github.com>
Tue, 23 Mar 2021 00:08:49 +0000 (01:08 +0100)
commit0473fb222956063814b6beb5fd401f9eeaa8a56a
tree5493442ce9825c45f625b52787bb4df667df1f50
parent10417dd15f135c179cf4234d1abe506915d802ff
bpo-41718: libregrtest runtest avoids import_helper (GH-24983)

Inline import_helper.unload() in libregrtest.runtest to avoid one
import.
Lib/test/libregrtest/runtest.py