1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 06:58:11 +00:00
serenity/Ports/python3/patches/disable-setrlimit.patch
2021-05-06 13:04:38 +01:00

11 lines
332 B
Diff

--- 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
-#ifdef HAVE_SYS_RESOURCE_H
+#if 0
struct rlimit rl;
/* Disable creation of core dump */