1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-24 03:25:06 +00:00

Ports: Update Python to 3.9.5

Released on 2021-05-03.
https://www.python.org/downloads/release/python-395/
This commit is contained in:
Linus Groh 2021-05-06 12:56:16 +01:00
parent 6024617df3
commit e76342e242
8 changed files with 29 additions and 33 deletions

View file

@ -1,5 +1,5 @@
--- Python-3.9.4/Python/getversion.c 2021-02-21 20:22:44.092438528 +0100
+++ Python-3.9.4/Python/getversion.c 2021-02-21 20:36:51.249477963 +0100
--- Python-3.9.5/Python/getversion.c 2021-02-21 20:22:44.092438528 +0100
+++ Python-3.9.5/Python/getversion.c 2021-02-21 20:36:51.249477963 +0100
@@ -9,7 +9,7 @@
Py_GetVersion(void)
{
@ -9,8 +9,8 @@
PY_VERSION, Py_GetBuildInfo(), Py_GetCompiler());
return version;
}
--- Python-3.9.4/Modules/getbuildinfo.c 2021-02-21 20:22:43.945286288 +0100
+++ Python-3.9.4/Modules/getbuildinfo.c 2021-02-21 20:38:09.187987432 +0100
--- Python-3.9.5/Modules/getbuildinfo.c 2021-02-21 20:22:43.945286288 +0100
+++ Python-3.9.5/Modules/getbuildinfo.c 2021-02-21 20:38:09.187987432 +0100
@@ -43,7 +43,7 @@
if (!(*gitid))
gitid = "default";
@ -20,9 +20,8 @@
DATE, TIME);
return buildinfo;
}
diff -Naur Python-3.9.4/Python/dynload_shlib.c Python-3.9.4.serenity/Python/dynload_shlib.c
--- Python-3.9.4/Python/dynload_shlib.c 2021-04-04 14:56:53.000000000 +0200
+++ Python-3.9.4.serenity/Python/dynload_shlib.c 2021-04-24 15:57:27.419824682 +0200
--- Python-3.9.5/Python/dynload_shlib.c 2021-04-04 14:56:53.000000000 +0200
+++ Python-3.9.5/Python/dynload_shlib.c 2021-04-24 15:57:27.419824682 +0200
@@ -69,12 +69,12 @@
if (strchr(pathname, '/') == NULL) {