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 serhiy.storchaka
Recipients berker.peksag, ezio.melotti, jhylton, nako521, orsenthil, python-dev, serhiy.storchaka
Date 2016-01-06.01:56:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452045374.95.0.522486007731.issue6500@psf.upfronthosting.co.za>
In-reply-to
Content
__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.
History
Date User Action Args
2016-01-06 01:56:15serhiy.storchakasetrecipients: + serhiy.storchaka, jhylton, orsenthil, ezio.melotti, nako521, python-dev, berker.peksag
2016-01-06 01:56:14serhiy.storchakasetmessageid: <1452045374.95.0.522486007731.issue6500@psf.upfronthosting.co.za>
2016-01-06 01:56:14serhiy.storchakalinkissue6500 messages
2016-01-06 01:56:14serhiy.storchakacreate