/
githubmirror
/
cpython
ОбзорДокументацияВойти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
cpython/
Python/frozen_modules/
..
README.txt

gh-97669: Create Tools/build/ directory (#97963)

4 года назад
README.txt
This directory contains the generated .h files for all the frozen
modules. Python/frozen.c depends on these files.
 
Note that, other than the required frozen modules, none of these files
are committed into the repo.
 
See Tools/build/freeze_modules.py for more info.