Closed
Bug 1877344
Opened 1 year ago
Closed 1 year ago
Replace `distutils.spawn.find_executable` with `shutil.which` within `mach`
Categories
(Firefox Build System :: Mach Core, defect, P3)
Firefox Build System
Mach Core
Tracking
(firefox124 fixed)
RESOLVED
FIXED
124 Branch
| Tracking | Status | |
|---|---|---|
| firefox124 | --- | fixed |
People
(Reporter: ahochheiden, Assigned: ahochheiden)
References
Details
Attachments
(2 files)
With Python 3.12 removing distutils and with more people using Python 3.12 we should finally take care of this.
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
Pushed by ahochheiden@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7ecfded201d9
Replace all usages of `distutils.spawn.find_executable` with `shutil.which` within `mach` r=firefox-build-system-reviewers,glandium
Comment 4•1 year ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox124:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 124 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•