This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Convert all Python scripts to Python 3
- From: Zack Weinberg <zackw at panix dot com>
- To: Joseph Myers <joseph at codesourcery dot com>
- Cc: Alistair Francis <alistair23 at gmail dot com>, Alistair Francis <alistair dot francis at wdc dot com>, GNU C Library <libc-alpha at sourceware dot org>
- Date: Thu, 6 Feb 2020 17:07:26 -0500
- Subject: Re: [PATCH] Convert all Python scripts to Python 3
- References: <20200131170322.25332-1-alistair.francis@wdc.com> <CAKCAbMgh7YrF7FJO38mKAnyhG+Jy_M+g7KQtuGG1Cyj0_LFQpw@mail.gmail.com> <CAKmqyKNe-eJpBOPpQqsy7OX8Yh0h6pwYt_Nc8Zx59M=ZzEvAUg@mail.gmail.com> <CAKCAbMiWER78VRdsr_hz0HToXdPN9VOC2KCX1g-x2zqEY+h-Cg@mail.gmail.com> <alpine.DEB.2.21.2002062118240.22384@digraph.polyomino.org.uk>
On Thu, Feb 6, 2020 at 4:20 PM Joseph Myers <joseph@codesourcery.com> wrote:
> On Tue, 4 Feb 2020, Zack Weinberg wrote:
> > Joseph, you've been
> > spearheading a lot of the use of Python - can you confirm that Python
> > 3 is already being used for all these scripts?
>
> All the Python scripts run from the makefiles are run with Python 3.
>
> Of the others, I confirmed when I wrote math/gen-tgmath-tests.py that it
> worked with both Python 2 and Python 3; I haven't tried those benchtests/
> scripts not run from the makefiles.
OK, so we need to leave the manually-run benchtests/ scripts alone
until someone can confirm that they work with Python 3.
zw