]> granicus.if.org Git - python/commit
refactor __del__ exception handler into PyErr_WriteUnraisable
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 1 Sep 2000 02:47:25 +0000 (02:47 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 1 Sep 2000 02:47:25 +0000 (02:47 +0000)
commitb709df381034b6055f03644a8f2eb35cfc6cb411
tree55a6c86396fefc64a68fef9a8621500c868320c4
parentb9ce5ada37f271cd2e9ec67f86a82a166f1e1296
refactor __del__ exception handler into PyErr_WriteUnraisable
add sanity check to gc: if an exception occurs during GC, call
PyErr_WriteUnraisable and then call Py_FatalEror.
Doc/api/api.tex
Include/pyerrors.h
Modules/gcmodule.c
Objects/classobject.c
Python/errors.c