Blame project/variants/3.7.2/linkage/static.h

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