ports: Update python 3.13.3->3.14.7

This commit is contained in:
2026-08-25 15:32:54 +03:00
parent d2f4137894
commit ef469ab043
12 changed files with 100 additions and 121 deletions
@@ -0,0 +1,12 @@
diff -ru python-3.14.7/Objects/mimalloc/prim/unix/prim.c python-3.14.7-banan_os/Objects/mimalloc/prim/unix/prim.c
--- python-3.14.7/Objects/mimalloc/prim/unix/prim.c 2026-08-05 13:29:49.000000000 +0300
+++ python-3.14.7-banan_os/Objects/mimalloc/prim/unix/prim.c 2026-08-25 12:39:57.457423411 +0300
@@ -608,7 +608,7 @@
getrusage(RUSAGE_SELF, &rusage);
pinfo->utime = timeval_secs(&rusage.ru_utime);
pinfo->stime = timeval_secs(&rusage.ru_stime);
-#if !defined(__HAIKU__)
+#if !defined(__HAIKU__) && !defined(__banan_os__)
pinfo->page_faults = rusage.ru_majflt;
#endif
#if defined(__HAIKU__)