Your IP : 216.73.216.74


Current Path : /usr/local/python-3.13/lib/python3.13/test/test_free_threading/
Upload File :
Current File : //usr/local/python-3.13/lib/python3.13/test/test_free_threading/__init__.py

import os
import unittest

from test import support


if not support.Py_GIL_DISABLED:
    raise unittest.SkipTest("GIL enabled")

def load_tests(*args):
    return support.load_package_tests(os.path.dirname(__file__), *args)