This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
cpython
mirror of
https://github.com/python/cpython.git
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
main
cpython
/
iOS
/
Resources
/
pyconfig.h
8 lines
107 B
C
Raw
Permalink
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