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 iritkatriel
Recipients amc1, arthur.petitpierre, ggenellina, iritkatriel, karlcow
Date 2021-01-01.15:17:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609514220.83.0.876949122193.issue4643@roundup.psfhosted.org>
In-reply-to
Content
On closer scrutiny I'm not sure this patch should be merged. 

The getattr call here has a default value, so it should not raise AttributeError. It should also not raise any other exception because a valid implementation of __getattr__ should raise only AttributeError:

https://docs.python.org/3/reference/datamodel.html#object.__getattr__
History
Date User Action Args
2021-01-01 15:17:00iritkatrielsetrecipients: + iritkatriel, amc1, ggenellina, karlcow, arthur.petitpierre
2021-01-01 15:17:00iritkatrielsetmessageid: <1609514220.83.0.876949122193.issue4643@roundup.psfhosted.org>
2021-01-01 15:17:00iritkatriellinkissue4643 messages
2021-01-01 15:17:00iritkatrielcreate