]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
PyErr_NormalizeException(): If the exception's type is a class and the
authorBarry Warsaw <barry@python.org>
Tue, 30 Sep 1997 15:00:18 +0000 (15:00 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 30 Sep 1997 15:00:18 +0000 (15:00 +0000)
commit3a749931181b747220904e11535c0fe91594c228
treed546323fa03e7548a71220672f0bfaa73167aa8e
parent22ecb7107831919bdaf3335feca8f410e3456b10
PyErr_NormalizeException(): If the exception's type is a class and the
instance's class is a subclass of this, then use the instance's class
as the exception type.
Python/errors.c