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 fdb194111cc3b59ae7193577e9c63d1367a6a6f2 Mon Sep 17 00:00:00 2001
From 085855f074cd37e9936c57e9d9c8938b3821d325 Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Thu, 17 Jun 2021 18:52:21 +0530
Subject: [PATCH 068/N] sqlite3 module defines
@@ -8,10 +8,10 @@ Subject: [PATCH 068/N] sqlite3 module defines
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/setup.py b/setup.py
index a4d206e..8458232 100644
index 1e4f9e5..4433082 100644
--- a/setup.py
+++ b/setup.py
@@ -1560,10 +1560,7 @@ class PyBuildExt(build_ext):
@@ -1563,10 +1563,7 @@ class PyBuildExt(build_ext):
'_sqlite/util.c', ]
sqlite_defines = []
@@ -24,5 +24,5 @@ index a4d206e..8458232 100644
# Enable support for loadable extensions in the sqlite3 module
# if --enable-loadable-sqlite-extensions configure option is used.
--
2.34.0
2.34.1