Home
last modified time | relevance | path

Searched refs:pyc_compile (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/PC/bdist_wininst/
Dinstall.c145 BOOL pyc_compile, pyo_compile; variable
1945 if (success && pyc_compile) { in InstallFilesDlgProc()
2219 pyc_compile = GetPrivateProfileInt("Setup", "target_compile", 1, in DoInstall()
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a1.rst1308 Fix __pycache__ pyc file name clobber when pyc_compile is asked to compile a
/external/python/cpython3/Misc/
DHISTORY1106 - Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is