• Jason Madden's avatar
    Enable the dnspython resolver to work in non-monkey-patched processes · f42a35a0
    Jason Madden authored
    Do this by importing dns specially with sys.modules containing the
    gevent modules. This is the technique eventlet uses (but we don't
    leave the patched modules sitting around in sys.modules after we're
    done; eventlet may have good reason to do that, but this is not a
    public API here and is specialized just for dns).
    f42a35a0
test__all__.py 8.33 KB