Closed
Bug 1676408
Opened 5 years ago
Closed 5 years ago
./mach doc fails with python 3.9 asserting in mozbuild/frontend/reader.py
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox84 fixed)
RESOLVED
FIXED
84 Branch
| Tracking | Status | |
|---|---|---|
| firefox84 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
Details
Attachments
(2 files)
See attachment.
| Assignee | ||
Comment 1•5 years ago
|
||
It seems with python 3.9 we get an ast.Constant with an str value rather
than an ast.Index with an Str sub-value.
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2aaa60fa5dd5
Fix mozbuild reader with python 3.9. r=firefox-build-system-reviewers,rstewart
Comment 3•5 years ago
|
||
We may want this on esr78 too.
Comment 4•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox84:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•