Remove "ensure_subprocess_env()"
Categories
(Firefox Build System :: Mach Core, task)
Tracking
(firefox-esr91 fixed, firefox92 fixed)
People
(Reporter: mhentges, Assigned: surajeet310)
References
Details
Attachments
(9 files, 1 obsolete file)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
Bug 1717651 - Removed instances of 'ensure_subprocess_env' from tools/tryselect/selectors r=mhentges
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review |
Now that Mach always runs with Python 3, we should no longer need ensure_subprocess_env().
You can see the two definitions here (ignore the xpcshell one for now), and you can see all usages here.
Note that this may require some digging to ensure that inputs that are currently cleaned up with ensure_subprocess_env() are instead being properly cleaned up (or are already clean) earlier in the process.
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
Since Python 2 is no longer used in virtualenv.py ,hence 'ensure_subprocess_env()' is obsolete.
Comment 3•4 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 4•4 years ago
|
||
Since Python 2 is no longer used in python/mach, hence 'ensure_subprocess_env' is obsolete .
Comment 6•4 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 7•4 years ago
|
||
Since Python 2 is no longer used in python/mozbuild, 'ensure_subprocess_env' is obsolete .
Updated•4 years ago
|
| Assignee | ||
Comment 8•4 years ago
|
||
Since Python 2 is no longer used in python/mozbuild, hence 'ensure_subprocess_env' is obsolete.
| Assignee | ||
Comment 10•4 years ago
|
||
Since Python 2 is no longer used in python/mozperftest, hence 'ensure_subprocess_env' is obsolete.
Comment 11•4 years ago
|
||
| Assignee | ||
Comment 12•4 years ago
|
||
Since Python 2 is no longer used in python/mozversioncontrol, hence 'ensure_subprocess_env' is obsolete.
| Assignee | ||
Comment 13•4 years ago
|
||
Since Python 2 is no longer used in tools/lint/eslint,hence 'ensure_subprocess_env' is obsolete.
Comment 14•4 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 15•4 years ago
|
||
'ensure_subprocess_env' is obsolete now as Python 2 is no longer used in tools/tryselect/selectors .
Comment 16•4 years ago
|
||
Comment 17•4 years ago
|
||
Comment 18•4 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 19•4 years ago
|
||
'ensure_subprocess_env()' is obsolete as Python 2 is no longer used in python/mozbuild .
Comment 20•4 years ago
|
||
Comment 21•4 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 22•4 years ago
|
||
Since Python 2 is no longer used in testing/xpcshell, therefore 'ensure_subprocess_env' is obsolete.
Comment 23•4 years ago
|
||
Comment 24•4 years ago
|
||
| bugherder | ||
Comment 25•4 years ago
|
||
Comment 26•4 years ago
|
||
| bugherder | ||
| Assignee | ||
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Comment 27•4 years ago
|
||
| bugherder uplift | ||
Description
•