python: Update to 3.9.10

This commit is contained in:
Christoph Reiter
2022-01-25 08:17:05 +01:00
parent 464c4dcf5e
commit 602ce8fa2f
129 changed files with 896 additions and 628 deletions

View File

@@ -1,4 +1,4 @@
From 4eb264922b5a1abfa9400662d88c10a3b5f447bd Mon Sep 17 00:00:00 2001
From 0aca06809a58f19465df1f1245e0383da9129835 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9?=
<alexey.pawlow@gmail.com>
Date: Thu, 17 Jun 2021 18:51:25 +0530
@@ -15,10 +15,10 @@ Co-authored-by: Алексей <alexey.pawlow@gmail.com>
3 files changed, 29 insertions(+), 2 deletions(-)
diff --git a/Makefile.pre.in b/Makefile.pre.in
index e8e8e71..332f9a5 100644
index c9d3193..3b96788 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -823,6 +823,12 @@ Python/dynload_hpux.o: $(srcdir)/Python/dynload_hpux.c Makefile
@@ -822,6 +822,12 @@ Python/dynload_hpux.o: $(srcdir)/Python/dynload_hpux.c Makefile
-DSHLIB_EXT='"$(EXT_SUFFIX)"' \
-o $@ $(srcdir)/Python/dynload_hpux.c
@@ -59,10 +59,10 @@ index 81787e5..9d7690e 100644
/* restore old error mode settings */
diff --git a/configure.ac b/configure.ac
index 6ebf250..a8c64a7 100644
index b457a4b..6ba6dc7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2718,6 +2718,9 @@ if test -z "$SHLIB_SUFFIX"; then
@@ -2725,6 +2725,9 @@ if test -z "$SHLIB_SUFFIX"; then
CYGWIN*) SHLIB_SUFFIX=.dll;;
*) SHLIB_SUFFIX=.so;;
esac
@@ -72,7 +72,7 @@ index 6ebf250..a8c64a7 100644
fi
AC_MSG_RESULT($SHLIB_SUFFIX)
@@ -3831,6 +3834,13 @@ then
@@ -3843,6 +3846,13 @@ then
fi
;;
esac
@@ -86,7 +86,7 @@ index 6ebf250..a8c64a7 100644
fi
AC_MSG_RESULT($DYNLOADFILE)
if test "$DYNLOADFILE" != "dynload_stub.o"
@@ -5667,6 +5677,12 @@ case "$ac_cv_computed_gotos" in yes*)
@@ -5679,6 +5689,12 @@ case "$ac_cv_computed_gotos" in yes*)
AC_DEFINE(HAVE_COMPUTED_GOTOS, 1,
[Define if the C compiler supports computed gotos.])
esac
@@ -100,5 +100,5 @@ index 6ebf250..a8c64a7 100644
case $ac_sys_system in
AIX*)
--
2.34.0
2.34.1