Guarding fix around calling __getattr__'s
It would memorize whether or not to call __getattr__, and didn't do enough guarding to make sure that that was the case.
Showing
Please register or sign in to comment
It would memorize whether or not to call __getattr__, and didn't do enough guarding to make sure that that was the case.