If you have any mach commands in your component that are still in python 2,
you might have seen some new bugs today related to the python 3 conversion
of mach commands <https://bugzilla.mozilla.org/show_bug.cgi?id=1577599>. We
want to convert all of the mach commands to use python 3 as a part of the
broader effort to support python 3
<https://bugzilla.mozilla.org/show_bug.cgi?id=1496527> across Firefox
projects. With the retirement of python 2, it's a good idea to do away with
our uses of python 2 where we can.

These bugs are generated from a list of python 2 dependent mach commands
mapped to the components that |mach file-info| specifies. If you have a
mach command in your component that is still running in python 2, please
consider converting it to python 3. If you know that you've got a mach
command running in python 2 but there's no bug, feel free to file a bug
against bug 1577599 <https://bugzilla.mozilla.org/show_bug.cgi?id=1577599>
for it.
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to