]> git.ipfire.org Git - thirdparty/glibc.git/commit
Convert Python scripts to Python 3
authorAlistair Francis <alistair.francis@wdc.com>
Sat, 4 Jan 2020 18:03:17 +0000 (10:03 -0800)
committerAlistair Francis <alistair.francis@wdc.com>
Tue, 3 Mar 2020 23:52:09 +0000 (15:52 -0800)
commit4f88b380978e6c81765cbae9fd742590dbec3466
tree12ce90ea7a0b23f382a34b35163c3dcdd548b834
parentc014359a7d5154f295152ec4b7f422cc537bd84e
Convert Python scripts to Python 3

Change all of the #! lines in Python scripts that are called from
Makefiles to reference /usr/bin/python3.

All of the scripts called from Makefiles are already run with Python 3,
so let's make sure they are explicitly using Python 3 if called
manually.
benchtests/scripts/bench.py
benchtests/scripts/validate_benchout.py
conform/glibcconform.py
conform/linknamespace.py
conform/list-header-symbols.py
math/gen-libm-test.py
math/gen-tgmath-tests.py