mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 12:49:08 +00:00
Released on 2021-04-04 as a hotfix release superseding 3.9.3. https://www.python.org/downloads/release/python-394/
12 lines
332 B
Diff
12 lines
332 B
Diff
--- 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
|
|
@@ -993,7 +993,7 @@
|
|
SetErrorMode(mode | SEM_NOGPFAULTERRORBOX);
|
|
#endif
|
|
|
|
-#ifdef HAVE_SYS_RESOURCE_H
|
|
+#if 0
|
|
struct rlimit rl;
|
|
|
|
/* Disable creation of core dump */
|