Yury Selivanov
Yury Selivanov
> @1st1 is it ok if I create another issue and submit another PR for that, to keep things separated? OK, let's do that!
I want to resurrect this discussion. It would be really cool if we can have an API for setting custom DNS resolvers in asyncio in 3.5. Writing a pure Python...
I kind of liked Victor's patch: https://codereview.appspot.com/72270043/patch/20001/30001 Specifically, loop.set_resolver() method. Isn't cache something that resolvers can implement themselves?
So the actual use case it to: 1) try to integrate c-ares, 2) try to implement a cache policy for it. OTOH, this experimentation is something that is possible to...
@kaniini > blindly calling getaddrinfo(3) is a really bad design choice, and is considered a bad pattern in C where it originates from. at the very least, a better approach...
I'm sorry, what you're saying doesn't make any sense to me. Current `loop.getaddrinfo` (in asyncio master branch) checks if the address is an IP address string, and if it is,...
Makes sense. Would you be able to write a unittest for this?
@asvetlov If you want this in 3.6.1 you need to add a unittest and resubmit this PR to python/cpython today.
> @1st1 ok, so 3.6.1 is going out after today? btw would it also include the latest version of zlib as well because it has updated a to version above...
See also #213.