Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.10] bpo-44466: Faulthandler now detects the GC (GH-26823) #26826

Merged
merged 1 commit into from Jun 21, 2021

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Jun 21, 2021

The faulthandler module now detects if a fatal error occurs during a
garbage collector collection (only if all_threads is true).

(cherry picked from commit d191639)

https://bugs.python.org/issue44466

The faulthandler module now detects if a fatal error occurs during a
garbage collector collection (only if all_threads is true).

(cherry picked from commit d191639)
@vstinner vstinner merged commit 9b0bbb9 into python:3.10 Jun 21, 2021
13 of 14 checks passed
@vstinner vstinner deleted the faulthandler_gc310 branch Jun 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants