bpo-38631: Avoid Py_FatalError() in GC collect() (GH-18164)
collect() should not get an exception, but it does, logging the exception is enough. Override sys.unraisablehook to decide how to handle unraisable exceptions. Py_FatalError() should be avoided whenever possible.
V
Victor Stinner committed
656c45ec9a9dc2e94cec199ebde553a6979e0e05
Parent: 8870433
Committed by GitHub <noreply@github.com>
on 1/24/2020, 5:05:24 PM