summaryrefslogtreecommitdiff
path: root/Ports/python3/patches/disable-setrlimit.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Ports/python3/patches/disable-setrlimit.patch')
-rw-r--r--Ports/python3/patches/disable-setrlimit.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/Ports/python3/patches/disable-setrlimit.patch b/Ports/python3/patches/disable-setrlimit.patch
index c8dbfc02c3..2fef3b8467 100644
--- a/Ports/python3/patches/disable-setrlimit.patch
+++ b/Ports/python3/patches/disable-setrlimit.patch
@@ -1,5 +1,5 @@
---- Python-3.9.4/Modules/faulthandler.c 2021-02-21 20:22:43.884024598 +0100
-+++ Python-3.9.4/Modules/faulthandler.c 2021-02-21 20:34:33.279189754 +0100
+--- Python-3.9.5/Modules/faulthandler.c 2021-02-21 20:22:43.884024598 +0100
++++ Python-3.9.5/Modules/faulthandler.c 2021-02-21 20:34:33.279189754 +0100
@@ -993,7 +993,7 @@
SetErrorMode(mode | SEM_NOGPFAULTERRORBOX);
#endif