python: Update to 3.10.6

This commit is contained in:
Christoph Reiter
2022-08-12 18:58:46 +02:00
parent 180f4d283d
commit 26e3e08423
146 changed files with 689 additions and 1049 deletions

View File

@@ -1,4 +1,4 @@
From b0c2184655b5aa587ae3c188abee9cb2f93c2ad5 Mon Sep 17 00:00:00 2001
From fac265514e0d7ba24b5f587a698526d1020b94e7 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 066/N] sqlite3 module defines
@@ -8,10 +8,10 @@ Subject: [PATCH 066/N] sqlite3 module defines
1 file changed, 1 insertion(+)
diff --git a/setup.py b/setup.py
index c4febce..72b02e1 100644
index dd3d902..f6923e1 100644
--- a/setup.py
+++ b/setup.py
@@ -1658,6 +1658,7 @@ class PyBuildExt(build_ext):
@@ -1657,6 +1657,7 @@ class PyBuildExt(build_ext):
'_sqlite/statement.c',
'_sqlite/util.c', ]
sqlite_defines = []
@@ -20,5 +20,5 @@ index c4febce..72b02e1 100644
# Enable support for loadable extensions in the sqlite3 module
# if --enable-loadable-sqlite-extensions configure option is used.
--
2.36.1
2.37.2