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
Merged

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

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)
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.

3 participants