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 vstinner
Recipients serhiy.storchaka, vajrasky, vstinner
Date 2014-05-27.14:05:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401199530.09.0.888083027237.issue20689@psf.upfronthosting.co.za>
In-reply-to
Content
"I found the culprit. The AddressFamily is not registered in _socket module. I created a preliminary patch to show the culprit."

That's not surprising, this type is created in socket (socket.py), not in _socket (the C module). Your patch is wrong.
History
Date User Action Args
2014-05-27 14:05:30vstinnersetrecipients: + vstinner, serhiy.storchaka, vajrasky
2014-05-27 14:05:30vstinnersetmessageid: <1401199530.09.0.888083027237.issue20689@psf.upfronthosting.co.za>
2014-05-27 14:05:30vstinnerlinkissue20689 messages
2014-05-27 14:05:29vstinnercreate