mirror of
https://github.com/python/cpython.git
synced 2025-08-06 18:08:48 +00:00
Implement Windows release builds in Azure Pipelines (GH-14065)
Includes backported fixes from GH-14091
This commit is contained in:
parent
322281e7ca
commit
f78e66c3c9
47 changed files with 1702 additions and 169 deletions
|
@ -182,9 +182,9 @@ wmain(int argc, wchar_t **argv)
|
|||
if (*p++ == L'\\') {
|
||||
if (wcsnicmp(p, L"pip", 3) == 0) {
|
||||
moduleName = L"pip";
|
||||
/* No longer required when pip 19.1 is added */
|
||||
_wputenv_s(L"PIP_USER", L"true");
|
||||
}
|
||||
else if (wcsnicmp(p, L"idle", 4) == 0) {
|
||||
} else if (wcsnicmp(p, L"idle", 4) == 0) {
|
||||
moduleName = L"idlelib";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue