Improve Python tree-shaking

This commit is contained in:
Justine Tunney 2021-09-06 19:24:10 -07:00
parent 5bb2275788
commit 4f41f2184d
169 changed files with 4182 additions and 2411 deletions

View file

@ -1,7 +1,6 @@
#ifndef Py_PYCONFIG_H
#define Py_PYCONFIG_H
#include "libc/dce.h"
#include "third_party/zlib/zlib.h"
#define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1
/* #undef WORDS_BIGENDIAN */
@ -1132,4 +1131,6 @@
#define SELECT_USES_HEAP 1
#define OPENSSL_NO_SCRYPT
#endif /*Py_PYCONFIG_H*/