/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Platforms/Apple/iOS/Resources/pyconfig.h
7 строк
107 B
Russell Keith-Magee
gh-146444: Move the Apple folder to the Platforms directory (#146497)
27 мар 2026, 05:50
Не верифицирован
27 мар 2026, 05:50
36e4ffc
Код
Авторство
О чём код?
#ifdef __arm64__ #include "pyconfig-arm64.h" #endif #ifdef __x86_64__ #include "pyconfig-x86_64.h" #endif