Serhiy Storchaka added the comment: __getattr__() was purposed to handle two lazily created private attributes: __r_type and __r_host. They are set in corresponding get_-methods.
Here is a patch that makes __getattr__() to handle only these attributes. ---------- nosy: +serhiy.storchaka stage: needs patch -> patch review Added file: http://bugs.python.org/file41510/issue6500_2.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6500> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com