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 1dcb2cc12d447b3be226f61699d2570c921b67bb Mon Sep 17 00:00:00 2001
From 214eb1d0c11cb7ac5070765c099fcbb6eb930f1f 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:29 +0530
@@ -39,10 +39,10 @@ index fb71e91..ad3990c 100644
/* add object and its file descriptor to the list */
diff --git a/setup.py b/setup.py
index a15718e..7914821 100644
index f00612a..d74f25e 100644
--- a/setup.py
+++ b/setup.py
@@ -906,7 +906,11 @@ class PyBuildExt(build_ext):
@@ -909,7 +909,11 @@ class PyBuildExt(build_ext):
self.missing.append('spwd')
# select(2); not on ancient System V
@@ -56,5 +56,5 @@ index a15718e..7914821 100644
# Fred Drake's interface to the Python parser
self.add(Extension('parser', ['parsermodule.c']))
--
2.34.0
2.34.1