mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Convert all Python scripts to Python 3
Convert all of the Python scripts in tree to explicity use Python 3. I have not explicity tested all of the scripts. Makefiles generally explicitly use $(PYTHON) so the scripts should already support Python3.
This commit is contained in:
parent
a8f0fc4e5f
commit
31ea914e35
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/python3
|
||||
# Copyright (C) 2014-2020 Free Software Foundation, Inc.
|
||||
# This file is part of the GNU C Library.
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/python3
|
||||
# Copyright (C) 2015-2020 Free Software Foundation, Inc.
|
||||
# This file is part of the GNU C Library.
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/python3
|
||||
# Copyright (C) 2017-2020 Free Software Foundation, Inc.
|
||||
# This file is part of the GNU C Library.
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/python3
|
||||
# Copyright (C) 2015-2020 Free Software Foundation, Inc.
|
||||
# This file is part of the GNU C Library.
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/python3
|
||||
# Copyright (C) 2014-2020 Free Software Foundation, Inc.
|
||||
# This file is part of the GNU C Library.
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/python3
|
||||
# Shared code for glibc conformance tests.
|
||||
# Copyright (C) 2018-2020 Free Software Foundation, Inc.
|
||||
# This file is part of the GNU C Library.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/python3
|
||||
# Check that use of symbols declared in a given header does not result
|
||||
# in any symbols being brought in that are not reserved with external
|
||||
# linkage for the given standard.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/python3
|
||||
# Print a list of symbols exported by some headers that would
|
||||
# otherwise be in the user's namespace.
|
||||
# Copyright (C) 2018-2020 Free Software Foundation, Inc.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/python3
|
||||
# Generate tests for libm functions.
|
||||
# Copyright (C) 2018-2020 Free Software Foundation, Inc.
|
||||
# This file is part of the GNU C Library.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/python3
|
||||
# Generate tests for <tgmath.h> macros.
|
||||
# Copyright (C) 2017-2020 Free Software Foundation, Inc.
|
||||
# This file is part of the GNU C Library.
|
||||
|
Loading…
Reference in New Issue
Block a user