New Terminal Output:

root@8beb00c26e2f:/app# /usr/local/bin/python3.13t -c "import sys; print([x for x in sys.builtin_module_names if 'test' in x.lower()])"
[]
root@8beb00c26e2f:/app# /usr/local/bin/python3.13t -c "import test.support.interpreters; print(dir(test.support.interpreters))"
['ExecutionFailed', 'Interpreter', 'InterpreterError', 'InterpreterNotFoundError', 'NotShareableError', '_EXEC_FAILURE_STR', '__all__', '__builtins__', '__cache
d__', '__doc__', '__file__', '__getattr__', '__loader__', '__name__', '__package__', '__path__', '__spec__', '_interpreters', '_known', '_queuemod', 'create', '
get_current', 'get_main', 'is_shareable', 'list_all', 'threading', 'weakref']
root@8beb00c26e2f:/app# /usr/local/bin/python3.13t -c "import _testcapi; print(hasattr(_testcapi, 'interpreters'))"
False
root@8beb00c26e2f:/app#
