Chris Angelico writes: > if it's a fallback after default behaviour fails (like __getattr__) > [...] it's likely to impact performance a lot less.
I guess the effect on performance is that it takes one more check to get to AttributeError? _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/BETDFWCN2J27MGWI6WL3SMF5CDDV2MFO/ Code of Conduct: http://python.org/psf/codeofconduct/
