]> granicus.if.org Git - python/commit
bpo-32252: Fix faulthandler_suppress_crash_report() (#4794)
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 11 Dec 2017 12:57:12 +0000 (13:57 +0100)
committerGitHub <noreply@github.com>
Mon, 11 Dec 2017 12:57:12 +0000 (13:57 +0100)
commit48d4dd974f0c8d47c54990eedd322b96b19c60ec
tree965351bd1673276aff16ab38da96ce7d127906f9
parent19d0d5480931117d9e0bf396a0234707bbdaa494
bpo-32252: Fix faulthandler_suppress_crash_report() (#4794)

Fix faulthandler_suppress_crash_report() used to prevent core dump files
when testing crashes. getrlimit() returns zero on success.
Misc/NEWS.d/next/Tests/2017-12-11-13-31-33.bpo-32252.YnFw7J.rst [new file with mode: 0644]
Modules/faulthandler.c