R. David Murray added the comment:

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 :)

----------
nosy: +r.david.murray

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22889>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to