Skip to content

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

Merged
vstinner merged 1 commit into
python:3.10from
vstinner:faulthandler_gc310
Jun 21, 2021
Merged

[3.10] bpo-44466: Faulthandler now detects the GC (GH-26823)#26826
vstinner merged 1 commit into
python:3.10from
vstinner:faulthandler_gc310

Conversation

@vstinner

@vstinner vstinner commented Jun 21, 2021

Copy link
Copy Markdown
Member

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