Closed
Bug 1877344
Opened 2 years ago
Closed 2 years 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•2 years ago
|
||
Assignee | ||
Comment 2•2 years 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•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years 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
•