https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109668

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marxin at gcc dot gnu.org

--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
Well, python2 is long time out of support and should not be used.
I think the correct Shebang for Python3 today is:
#!/usr/bin/env python3

and all the remaining Python2 scripts should be ported to Python3.

Reply via email to