]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport:
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 2 Feb 2003 19:38:19 +0000 (19:38 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 2 Feb 2003 19:38:19 +0000 (19:38 +0000)
commit5a245e4d13c098cf5d846584869440f51155dbee
tree666fd1df17c564a0a15168cb20918e43a47c7ab9
parent949954706b15bc10b00857c77416d4ccf0759118
backport:

revision 1.10
date: 2002/10/29 19:08:29;  author: gvanrossum;  state: Exp;  lines: +27 -0
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.
Lib/test/test_class.py