diff options
author | Victor Stinner <vstinner@python.org> | 2020-01-24 17:05:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-24 17:05:24 (GMT) |
commit | 656c45ec9a9dc2e94cec199ebde553a6979e0e05 (patch) | |
tree | 2730a56321dcf118b231d2f08d333381832b6090 /Tools/nuget | |
parent | 88704334e5262c6cd395a0809d4ef810f33f3ca5 (diff) | |
download | cpython-656c45ec9a9dc2e94cec199ebde553a6979e0e05.zip cpython-656c45ec9a9dc2e94cec199ebde553a6979e0e05.tar.gz cpython-656c45ec9a9dc2e94cec199ebde553a6979e0e05.tar.bz2 |
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.
Diffstat (limited to 'Tools/nuget')
0 files changed, 0 insertions, 0 deletions