]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Readjustments to the way we cope with exceptions from subclasses'
authorMichael W. Hudson <mwh@python.net>
Wed, 27 Nov 2002 15:20:19 +0000 (15:20 +0000)
committerMichael W. Hudson <mwh@python.net>
Wed, 27 Nov 2002 15:20:19 +0000 (15:20 +0000)
commit586da8fddd6bcf5dd7a2e6a99394f218424a87ca
tree4c8e25813334611ed57acc71c7a136c99d22cab5
parent31ddfb69425fa3791635e7d9a25fe93bc6bcd813
Readjustments to the way we cope with exceptions from subclasses'
mro() methods.  Now any exception aborts the whole __bases__ change.

And more tests.
Lib/test/test_descr.py
Objects/typeobject.c