commit | 2c9590f62549ded76dbdf096ee106e7b43f004f5 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Oct 29 19:08:29 2002 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Oct 29 19:08:29 2002 +0000 |
tree | 382ae7d63d0c446471898f354b2bb7fe9404880c | |
parent | f740bdf3379046701d23c8849d51aadd8377dc17 [diff] |
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.