mirror of
https://github.com/python/cpython.git
synced 2025-11-13 07:26:31 +00:00
Issue #26070: py.exe launcher fails to find in-place built binaries from earlier Python versions.
This commit is contained in:
parent
4d927420b8
commit
ce543fd795
1 changed files with 3 additions and 0 deletions
|
|
@ -171,6 +171,9 @@ static wchar_t * location_checks[] = {
|
||||||
L"\\",
|
L"\\",
|
||||||
L"\\PCBuild\\win32\\",
|
L"\\PCBuild\\win32\\",
|
||||||
L"\\PCBuild\\amd64\\",
|
L"\\PCBuild\\amd64\\",
|
||||||
|
// To support early 32bit versions of Python that stuck the build binaries
|
||||||
|
// directly in PCBuild...
|
||||||
|
L"\\PCBuild\\",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue