Closed
Bug 1968159
Opened 7 months ago
Closed 6 months ago
Restrict intermixed variable changes to python 3.12.8+
Categories
(Testing :: mozperftest, defect)
Testing
mozperftest
Tracking
(firefox-esr128 unaffected, firefox138 unaffected, firefox139 unaffected, firefox140 wontfix, firefox141 fixed)
RESOLVED
FIXED
141 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr128 | --- | unaffected |
| firefox138 | --- | unaffected |
| firefox139 | --- | unaffected |
| firefox140 | --- | wontfix |
| firefox141 | --- | fixed |
People
(Reporter: sparky, Assigned: sparky)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [fxp])
Attachments
(1 file)
In bug 1966090, a fix for the intermixed variable was added, but it caused a bug for those on python <=3.12.7. This bug is to fix that.
| Assignee | ||
Updated•7 months ago
|
Whiteboard: [fxp]
Updated•7 months ago
|
| Assignee | ||
Comment 1•7 months ago
|
||
This patch fixes an issue where the intermixed variable is not known on python versions 3.12.7 and lower.
Updated•7 months ago
|
Assignee: nobody → gmierz2
Status: NEW → ASSIGNED
Comment 2•7 months ago
|
||
Set release status flags based on info from the regressing bug 1966090
status-firefox138:
--- → unaffected
status-firefox139:
--- → unaffected
status-firefox140:
--- → affected
status-firefox-esr128:
--- → unaffected
Pushed by gmierz2@outlook.com:
https://hg.mozilla.org/integration/autoland/rev/1241ef6f022c
Restrict intermixed parse_known_args changes to python 3.12.8+. r=perftest-reviewers,fbilt
Comment 4•6 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 months ago
status-firefox141:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 141 Branch
Comment 5•6 months ago
|
||
The patch landed in nightly and beta is affected.
:sparky, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- See https://wiki.mozilla.org/Release_Management/Requesting_an_Uplift for documentation on how to request an uplift.
- If no, please set
status-firefox140towontfix.
For more information, please visit BugBot documentation.
Flags: needinfo?(gmierz2)
| Assignee | ||
Updated•6 months ago
|
Flags: needinfo?(gmierz2)
You need to log in
before you can comment on or make changes to this bug.
Description
•