]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
I don't know why staring at the email to python-checkins made me
authorMichael W. Hudson <mwh@python.net>
Wed, 27 Nov 2002 15:40:09 +0000 (15:40 +0000)
committerMichael W. Hudson <mwh@python.net>
Wed, 27 Nov 2002 15:40:09 +0000 (15:40 +0000)
commit7e7c00db0cc8621d6020f2552a6dba86b4d08d6f
tree81f885d86c41a3fd15ae7f7c8bfdf1a485110d06
parent586da8fddd6bcf5dd7a2e6a99394f218424a87ca
I don't know why staring at the email to python-checkins made me
see problems with my code that I didn't see before the checkin, but:

When a subtype .mro() fails, we need to reset the type whose __bases__
are being changed, too.  Fix + test.
Lib/test/test_descr.py
Objects/typeobject.c