UPDATE: lang/python 3.11.10 -> 3.12.8

This commit is contained in:
purplerain 2025-01-11 00:51:10 +00:00
parent 15bd75493d
commit 0bd916750b
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
20 changed files with 8535 additions and 9180 deletions

View file

@ -1,7 +1,7 @@
Index: Modules/_ssl.c
--- Modules/_ssl.c.orig
+++ Modules/_ssl.c
@@ -4541,7 +4541,7 @@ set_sni_callback(PySSLContext *self, PyObject *arg, vo
@@ -4469,7 +4469,7 @@ set_sni_callback(PySSLContext *self, PyObject *arg, vo
return 0;
}