]> granicus.if.org Git - python/commit
Added test for this fix to classobject.c:
authorGuido van Rossum <guido@python.org>
Tue, 29 Oct 2002 19:08:29 +0000 (19:08 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 29 Oct 2002 19:08:29 +0000 (19:08 +0000)
commit2c9590f62549ded76dbdf096ee106e7b43f004f5
tree382ae7d63d0c446471898f354b2bb7fe9404880c
parentf740bdf3379046701d23c8849d51aadd8377dc17
Added test for this fix to classobject.c:

Since properties are supported here, is possible that
instance_getattr2() raises an exception.  Fix all code that made this
assumption.

Backport candidate.
Lib/test/test_class.py