]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport:
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 2 Feb 2003 19:37:32 +0000 (19:37 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 2 Feb 2003 19:37:32 +0000 (19:37 +0000)
commit949954706b15bc10b00857c77416d4ccf0759118
treef40f112f666dd31da2531236489ba91c0714f9ed
parent025a0c641724339cb5aba6b5c4be2d8abfa7a39c
backport:

revision 2.164
date: 2002/10/29 18:36:40;  author: gvanrossum;  state: Exp;  lines: +12 -13
Since properties are supported here, is possible that
instance_getattr2() raises an exception.  Fix all code that made this
assumption.
Objects/classobject.c