cosmopolitan/third_party/python/Include/cosmo.h
Gautham 27f7ffd4fd
Add speedups from pyston (#264)
This should make Python go 30% faster. It does that by trading
away some debuggability, like _tracemalloc. It can be re-enabled
using `make MODE=dbg`.
2021-09-04 02:21:37 -07:00

9 lines
190 B
C

#ifndef Py_COSMO_H
#define Py_COSMO_H
#include "third_party/python/Include/object.h"
COSMOPOLITAN_C_START_
PyMODINIT_FUNC PyInit_cosmo(void);
COSMOPOLITAN_C_END_
#endif /* !Py_IMPORT_H */