1# These come from looking through setup.py 2 3array arraymodule.c 4cmath cmathmodule.c 5math mathmodule.c 6_contextvars _contextvarsmodule.c 7time timemodule.c 8_datetime _datetimemodule.c 9_zoneinfo _zoneinfo.c 10_random _randommodule.c 11_bisect _bisectmodule.c 12_heapq _heapqmodule.c 13_pickle _pickle.c 14_json _json.c 15_lsprof _lsprof.c rotatingtree.c 16unicodedata unicodedata.c 17_opcode _opcode.c 18_asyncio _asynciomodule.c 19_abc _abc.c 20_queue _queuemodule.c 21_statistics _statisticsmodule.c 22_typing _typingmodule.c 23fcntl fcntlmodule.c 24pwd pwdmodule.c 25grp grpmodule.c 26select selectmodule.c 27mmap mmapmodule.c 28syslog syslogmodule.c 29_xxsubinterpreters _xxsubinterpretersmodule.c 30_csv _csv.c 31_posixsubprocess _posixsubprocess.c 32_socket socketmodule.c 33termios termios.c 34resource resource.c 35zlib zlibmodule.c 36binascii binascii.c 37pyexpat pyexpat.c 38_multibytecodec cjkcodecs/multibytecodec.c 39_codecs_kr cjkcodecs/_codecs_kr.c 40_codecs_jp cjkcodecs/_codecs_jp.c 41_codecs_cn cjkcodecs/_codecs_cn.c 42_codecs_tw cjkcodecs/_codecs_tw.c 43_codecs_hk cjkcodecs/_codecs_hk.c 44_codecs_iso2022 cjkcodecs/_codecs_iso2022.c 45 46_multiprocessing _multiprocessing/multiprocessing.c _multiprocessing/semaphore.c 47 48_ctypes _ctypes/_ctypes.c _ctypes/callbacks.c _ctypes/callproc.c _ctypes/stgdict.c _ctypes/cfield.c 49 50# TODO: get this working with boringssl 51#_ssl _ssl.c _ssl/debughelpers.c 52#_hashlib _hashopenssl.c 53 54_blake2 _blake2/blake2module.c _blake2/blake2b_impl.c _blake2/blake2s_impl.c 55_md5 md5module.c 56_sha1 sha1module.c 57_sha256 sha256module.c 58_sha512 sha512module.c 59_sha3 _sha3/sha3module.c 60 61_struct _struct.c 62 63_sqlite3 _sqlite/blob.c _sqlite/connection.c _sqlite/cursor.c _sqlite/microprotocols.c _sqlite/module.c _sqlite/prepare_protocol.c _sqlite/row.c _sqlite/statement.c _sqlite/util.c 64_elementtree _elementtree.c 65_bz2 _bz2module.c 66