commit | 0473fb222956063814b6beb5fd401f9eeaa8a56a | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Mar 23 01:08:49 2021 +0100 |
committer | GitHub <noreply@github.com> | Tue Mar 23 01:08:49 2021 +0100 |
tree | 5493442ce9825c45f625b52787bb4df667df1f50 | |
parent | 10417dd15f135c179cf4234d1abe506915d802ff [diff] |
bpo-41718: libregrtest runtest avoids import_helper (GH-24983) Inline import_helper.unload() in libregrtest.runtest to avoid one import.