This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nother
Recipients nother, steven.daprano
Date 2019-06-23.19:33:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561318426.37.0.898036615246.issue37379@roundup.psfhosted.org>
In-reply-to
Content
The first two exampel should produce the same result not throwing any exception. The third example should as it does report that prop is not available for instance.

The fourth example should pass on the AttributeError raised for the not available attr2 instead of raising a new one stating the prop2 is not available form instance.

In all cases the change would allow __getattr__ instead of raising a new AttributeError exception reraise the one triggering the  __getattr__ call
History
Date User Action Args
2019-06-23 19:33:46nothersetrecipients: + nother, steven.daprano
2019-06-23 19:33:46nothersetmessageid: <1561318426.37.0.898036615246.issue37379@roundup.psfhosted.org>
2019-06-23 19:33:46notherlinkissue37379 messages
2019-06-23 19:33:46nothercreate