Closed
Bug 1628838
Opened 6 years ago
Closed 6 years ago
mach python appears to be completely broken on Windows
Categories
(Firefox Build System :: General, task)
Firefox Build System
General
Tracking
(firefox77 fixed)
RESOLVED
FIXED
mozilla77
| Tracking | Status | |
|---|---|---|
| firefox77 | --- | fixed |
People
(Reporter: rstewart, Assigned: rstewart)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
There's some IO issue going on here, evidently. Running a ./mach python and then inputting any command whatsoever, including an empty string, Python complains with SyntaxError: invalid syntax. No idea what's happening here.
| Assignee | ||
Comment 1•6 years ago
|
||
The existence of this environment variable breaks the Python shell on Windows, so make sure it's unset (but only in this case to avoid regressing bug 1627873).
Updated•6 years ago
|
Assignee: nobody → rstewart
Status: NEW → ASSIGNED
Updated•6 years ago
|
Has Regression Range: --- → yes
Keywords: regression
Pushed by rstewart@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/73732f747e4a
Fix `mach python` on Windows by unsetting PYTHONUNBUFFERED. r=glandium
Comment 3•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in
before you can comment on or make changes to this bug.
Description
•