mirror of
https://github.com/python/cpython
synced 2026-09-26 16:21:04 +03:00
7 lines
107 B
C
7 lines
107 B
C
#ifdef __arm64__
|
|
#include "pyconfig-arm64.h"
|
|
#endif
|
|
|
|
#ifdef __x86_64__
|
|
#include "pyconfig-x86_64.h"
|
|
#endif
|