This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner, xdegaye
Date 2019-06-24.13:22:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561382529.42.0.755960317029.issue32246@roundup.psfhosted.org>
In-reply-to
Content
This issue should be fixed by bpo-32252:

commit 48d4dd974f0c8d47c54990eedd322b96b19c60ec
Author: Victor Stinner <victor.stinner@gmail.com>
Date:   Mon Dec 11 13:57:12 2017 +0100

    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.


If it's not the case. Please open the issue.
History
Date User Action Args
2019-06-24 13:22:09vstinnersetrecipients: + vstinner, xdegaye
2019-06-24 13:22:09vstinnersetmessageid: <1561382529.42.0.755960317029.issue32246@roundup.psfhosted.org>
2019-06-24 13:22:09vstinnerlinkissue32246 messages
2019-06-24 13:22:09vstinnercreate