Re: [Python-Dev] __getattribute__'s error is not available in __getattr__

2017-05-02 Thread Ethan Furman
On 05/01/2017 08:47 PM, Jason Maldonis wrote: If this should be asked in learn python I apologize -- please just tell me without answering. If you could re-ask this question over on Python List I'd love to discuss which errors you are seeing from __getattribute__ (beside AttributeError, of c

Re: [Python-Dev] __getattribute__'s error is not available in __getattr__

2017-05-01 Thread Nick Coghlan
On 2 May 2017 at 13:47, Jason Maldonis wrote: > Hi everyone, > > If this should be asked in learn python I apologize -- please just tell me > without answering. > > I'm working on a large class architecture and I find myself often > overloading __getattr__. I am continuously running into the issu

[Python-Dev] __getattribute__'s error is not available in __getattr__

2017-05-01 Thread Jason Maldonis
Hi everyone, If this should be asked in learn python I apologize -- please just tell me without answering. I'm working on a large class architecture and I find myself often overloading __getattr__. I am continuously running into the issue where I want __getattr__ to have access to the error that