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