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 r.david.murray
Recipients kevinburke, r.david.murray
Date 2014-11-17.08:42:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416213756.61.0.345703648379.issue22889@psf.upfronthosting.co.za>
In-reply-to
Content
As far as I know, the libc dns timeout is controlled by /etc/resolv.conf (or whatever the Windows equivalent is), and libc doesn't provide any way for an application to override this.  There is no mention of timeout on the resolver(3) man page.   Do you know of a way?  (One that doesn't change global state.)  (In theory one could re-implement a DNS resolver client, but that is not something CPython is going to do :)
History
Date User Action Args
2014-11-17 08:42:36r.david.murraysetrecipients: + r.david.murray, kevinburke
2014-11-17 08:42:36r.david.murraysetmessageid: <1416213756.61.0.345703648379.issue22889@psf.upfronthosting.co.za>
2014-11-17 08:42:36r.david.murraylinkissue22889 messages
2014-11-17 08:42:36r.david.murraycreate