import unittest
import os
-import ctypes
import _ctypes_test
class BITS(Structure):
import unittest
from ctypes import *
-import re, struct, sys
+import re, sys
if sys.byteorder == "little":
THIS_ENDIAN = "<"
# Python imports
import unittest
-import sys
import os
import os.path
-import re
from textwrap import dedent
# Local imports
import contextlib
import faulthandler
-import io
import os
import select
import signal
import os
import signal
-import subprocess
import unittest
from test import support
import importlib.util
import os
import os.path
-import shutil
import sys
from test import support
import unittest
from test.test_json import PyTest, CTest
-import re
# 2007-10-05
JSONDOCS = [
import unittest
-from test.support import script_helper
from test import support
import subprocess
import sys
import unittest
from test import support
-import filecmp
import os
import sys
import subprocess
from test.support.script_helper import assert_python_ok, assert_python_failure
import random
-import re
import sys
_thread = import_module('_thread')
threading = import_module('threading')
import unittest
import importlib
from test import support
-from fnmatch import fnmatch
basepath = os.path.dirname( # <src/install dir>
os.path.dirname( # Lib