Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
0152dc4ff5534fa2948b95262e70ff6b202b9b99
/
.
/
Lib
/
test
/
test_interpreters
/
__init__.py
blob: 52ff553f60d0d75f64b1d5b06ae2ddadd6666b18 [
file
]
import
os
from
test
.
support
import
load_package_tests
,
Py_GIL_DISABLED
if
not
Py_GIL_DISABLED
:
def
load_tests
(*
args
):
return
load_package_tests
(
os
.
path
.
dirname
(
__file__
),
*
args
)