| commit | f740bdf3379046701d23c8849d51aadd8377dc17 | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Tue Oct 29 18:36:40 2002 +0000 |
| committer | Guido van Rossum <guido@python.org> | Tue Oct 29 18:36:40 2002 +0000 |
| tree | 7179c205a9093b45ba804a1f0ce70fe0acf86cf8 | |
| parent | 3e2c632620e36d46a125d54aea977beb19dbe9af [diff] |
Since properties are supported here, is possible that instance_getattr2() raises an exception. Fix all code that made this assumption. Backport candidate.