mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
27f7ffd4fd
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`.
9 lines
190 B
C
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 */
|