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 vajrasky
Recipients barry, eli.bendersky, ethan.furman, pitrou, serhiy.storchaka, vajrasky
Date 2014-02-17.09:02:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392627760.44.0.985760503426.issue20654@psf.upfronthosting.co.za>
In-reply-to
Content
This is the preliminary patch for this bug.

The bug happens because AddressFamily.AF_UNSPEC is 0. Then you have this if condition:
getattr(object, name, None) or homecls.__dict__[name]

I'll contemplate whether we should add unit test for this or not.
History
Date User Action Args
2014-02-17 09:02:40vajraskysetrecipients: + vajrasky, barry, pitrou, eli.bendersky, ethan.furman, serhiy.storchaka
2014-02-17 09:02:40vajraskysetmessageid: <1392627760.44.0.985760503426.issue20654@psf.upfronthosting.co.za>
2014-02-17 09:02:40vajraskylinkissue20654 messages
2014-02-17 09:02:40vajraskycreate