Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
d0eedfa10e5f8a4f34a899d2e744058ef4c66c1a
/
.
/
iOS
/
Resources
/
pyconfig.h
blob: 4acff2c605163775ee5a67428ecc4254bd1e58c7 [
file
]
#ifdef
__arm64__
#include
"pyconfig-arm64.h"
#endif
#ifdef
__x86_64__
#include
"pyconfig-x86_64.h"
#endif