This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2] Convert Python scripts to Python 3


On Thu, 6 Feb 2020, Alistair Francis wrote:

> 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.

Some of the benchtests scripts are missing from this patch but are run 
from benchtests/Makefile with $(PYTHON) (i.e. Python 3).

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]