| #ifndef PY_LINKAGE_STATIC_H |
| #define PY_LINKAGE_STATIC_H |
| |
| PY_INIT_FUNC(_asyncio); |
| PY_INIT_FUNC(_bisect); |
| PY_INIT_FUNC(_blake2); |
| PY_INIT_FUNC(_bz2); |
| PY_INIT_FUNC(_codecs_cn); |
| PY_INIT_FUNC(_codecs_hk); |
| PY_INIT_FUNC(_codecs_iso2022); |
| PY_INIT_FUNC(_codecs_jp); |
| PY_INIT_FUNC(_codecs_kr); |
| PY_INIT_FUNC(_codecs_tw); |
| PY_INIT_FUNC(_crypt); |
| PY_INIT_FUNC(_csv); |
| PY_INIT_FUNC(_ctypes); |
| PY_INIT_FUNC(_ctypes_test); |
| PY_INIT_FUNC(_curses); |
| PY_INIT_FUNC(_curses_panel); |
| PY_INIT_FUNC(_datetime); |
| PY_INIT_FUNC(_dbm); |
| PY_INIT_FUNC(_decimal); |
| PY_INIT_FUNC(_elementtree); |
| PY_INIT_FUNC(_gdbm); |
| PY_INIT_FUNC(_hashlib); |
| PY_INIT_FUNC(_heapq); |
| PY_INIT_FUNC(_json); |
| PY_INIT_FUNC(_lsprof); |
| PY_INIT_FUNC(_lzma); |
| PY_INIT_FUNC(_md5); |
| PY_INIT_FUNC(_multibytecodec); |
| PY_INIT_FUNC(_multiprocessing); |
| PY_INIT_FUNC(_opcode); |
| PY_INIT_FUNC(_pickle); |
| PY_INIT_FUNC(_posixsubprocess); |
| PY_INIT_FUNC(_random); |
| PY_INIT_FUNC(_sha1); |
| PY_INIT_FUNC(_sha256); |
| PY_INIT_FUNC(_sha3); |
| PY_INIT_FUNC(_sha512); |
| PY_INIT_FUNC(_socket); |
| PY_INIT_FUNC(_sqlite3); |
| PY_INIT_FUNC(_ssl); |
| PY_INIT_FUNC(_struct); |
| PY_INIT_FUNC(_testbuffer); |
| PY_INIT_FUNC(_testcapi); |
| PY_INIT_FUNC(_testimportmultiple); |
| PY_INIT_FUNC(_testmultiphase); |
| PY_INIT_FUNC(_tkinter); |
| PY_INIT_FUNC(array); |
| PY_INIT_FUNC(audioop); |
| PY_INIT_FUNC(binascii); |
| PY_INIT_FUNC(cmath); |
| PY_INIT_FUNC(fcntl); |
| PY_INIT_FUNC(grp); |
| PY_INIT_FUNC(math); |
| PY_INIT_FUNC(mmap); |
| PY_INIT_FUNC(ossaudiodev); |
| PY_INIT_FUNC(parser); |
| PY_INIT_FUNC(pyexpat); |
| PY_INIT_FUNC(readline); |
| PY_INIT_FUNC(resource); |
| PY_INIT_FUNC(select); |
| PY_INIT_FUNC(spwd); |
| PY_INIT_FUNC(syslog); |
| PY_INIT_FUNC(termios); |
| PY_INIT_FUNC(unicodedata); |
| PY_INIT_FUNC(xxlimited); |
| PY_INIT_FUNC(zlib); |
| |
| #endif |