This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
cpython
mirror of
https://github.com/python/cpython
Watch
4
Star
1
Fork
You've already forked cpython
0
Code
Issues
Releases
Wiki
Activity
2e14a52cce
cpython
/
iOS
/
Resources
/
pyconfig.h
8 lines
107 B
C
Raw
Blame
History
#
ifdef __arm64__
#
include
"pyconfig-arm64.h"
#
endif
#
ifdef __x86_64__
#
include
"pyconfig-x86_64.h"
#
endif
Reference in New Issue
View Git Blame
Copy Permalink