Files
cpython/Python
Victor Stinner 9b0bbb9143 bpo-44466: Faulthandler now detects the GC (GH-26823) (GH-26826)
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 d19163912b)
2021-06-21 14:23:13 +02:00
..
2017-09-14 18:13:16 -07:00

Miscellaneous source files for the main Python shared library