mirror of
https://github.com/python/cpython.git
synced 2026-02-28 10:00:52 +00:00
* bpo-37531: Fix regrtest timeout for subprocesses (GH-15072) Co-Authored-By: Joannah Nanjekye <joannah.nanjekye@ibm.com> (cherry picked from commitb0c8369c60) * bpo-36511: Fix failures in Windows ARM32 buildbot (GH-15181) (cherry picked from commited70a344b5) Backport also minor fixes from master (fix typo, remove importlib import).
2 lines
119 B
Python
2 lines
119 B
Python
from test.libregrtest.cmdline import _parse_args, RESOURCE_NAMES, ALL_RESOURCES
|
|
from test.libregrtest.main import main
|