Skip to content

[3.6] bpo-32252: Fix faulthandler_suppress_crash_report() (GH-4794)#4795

Merged
vstinner merged 1 commit into
python:3.6from
miss-islington:backport-48d4dd9-3.6
Dec 11, 2017
Merged

[3.6] bpo-32252: Fix faulthandler_suppress_crash_report() (GH-4794)#4795
vstinner merged 1 commit into
python:3.6from
miss-islington:backport-48d4dd9-3.6

Conversation

@miss-islington

@miss-islington miss-islington commented Dec 11, 2017

Copy link
Copy Markdown
Contributor

Fix faulthandler_suppress_crash_report() used to prevent core dump files
when testing crashes. getrlimit() returns zero on success.
(cherry picked from commit 48d4dd9)

https://bugs.python.org/issue32252

Fix faulthandler_suppress_crash_report() used to prevent core dump files
when testing crashes. getrlimit() returns zero on success.
(cherry picked from commit 48d4dd9)

@vstinner vstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, good bot.

@vstinner vstinner merged commit 71d8f36 into python:3.6 Dec 11, 2017
@miss-islington

Copy link
Copy Markdown
Contributor Author

Thanks, @vstinner!

@miss-islington miss-islington deleted the backport-48d4dd9-3.6 branch December 11, 2017 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants