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 neologix
Recipients balazs, ned.deily, neologix, nikratio
Date 2013-09-20.17:43:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379699023.65.0.231916971703.issue19044@psf.upfronthosting.co.za>
In-reply-to
Content
Well, as Ned explained, that's a libc bug.
If getaddrinfo() fails with EAI_SYSTEM, errno should be set.

There's nothing more Python can do.
If the error is reproducible, you can run the failing code with strace, to see what's going on (and check if there's a more recent glib version which could fix this bug).
History
Date User Action Args
2013-09-20 17:43:43neologixsetrecipients: + neologix, ned.deily, nikratio, balazs
2013-09-20 17:43:43neologixsetmessageid: <1379699023.65.0.231916971703.issue19044@psf.upfronthosting.co.za>
2013-09-20 17:43:43neologixlinkissue19044 messages
2013-09-20 17:43:43neologixcreate