]> granicus.if.org Git - python/commit
Since properties are supported here, is possible that
authorGuido van Rossum <guido@python.org>
Tue, 29 Oct 2002 18:36:40 +0000 (18:36 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 29 Oct 2002 18:36:40 +0000 (18:36 +0000)
commitf740bdf3379046701d23c8849d51aadd8377dc17
tree7179c205a9093b45ba804a1f0ce70fe0acf86cf8
parent3e2c632620e36d46a125d54aea977beb19dbe9af
Since properties are supported here, is possible that
instance_getattr2() raises an exception.  Fix all code that made this
assumption.

Backport candidate.
Objects/classobject.c