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

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