summarylogtreecommitdiffstats
path: root/0079-_xxsubinterpretersmodule.patch
diff options
context:
space:
mode:
authoratomlong2021-08-28 11:19:04 +0800
committeratomlong2021-08-28 13:15:13 +0800
commit89a67c05174951d172252b1db96ff93cc4ec4bcd (patch)
treed8c39fa79b201cf9aea28c51e7446a252ed8fee4 /0079-_xxsubinterpretersmodule.patch
parentcf8d8d8771493a2aa8370ed323d06dc733a84181 (diff)
downloadaur-89a67c05174951d172252b1db96ff93cc4ec4bcd.tar.gz
Update to 3.9.6
Diffstat (limited to '0079-_xxsubinterpretersmodule.patch')
-rw-r--r--0079-_xxsubinterpretersmodule.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/0079-_xxsubinterpretersmodule.patch b/0079-_xxsubinterpretersmodule.patch
new file mode 100644
index 000000000000..be85e20e8ea6
--- /dev/null
+++ b/0079-_xxsubinterpretersmodule.patch
@@ -0,0 +1,26 @@
+From c20ac221468e3770baa22b7f853395e2e8a9df33 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:52:20 +0530
+Subject: [PATCH 079/N] _xxsubinterpretersmodule
+
+---
+ Modules/_xxsubinterpretersmodule.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Modules/_xxsubinterpretersmodule.c b/Modules/_xxsubinterpretersmodule.c
+index 314059d..f26e662 100644
+--- a/Modules/_xxsubinterpretersmodule.c
++++ b/Modules/_xxsubinterpretersmodule.c
+@@ -1761,7 +1761,7 @@ PyDoc_STRVAR(channelid_doc,
+ "A channel ID identifies a channel and may be used as an int.");
+
+ static PyTypeObject ChannelIDtype = {
+- PyVarObject_HEAD_INIT(&PyType_Type, 0)
++ PyVarObject_HEAD_INIT(NULL, 0)
+ "_xxsubinterpreters.ChannelID", /* tp_name */
+ sizeof(channelid), /* tp_basicsize */
+ 0, /* tp_itemsize */
+--
+2.32.0
+