You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added support for reuse_port param for loop.create_server
and create_datagram_endpoint.
- Use 'idna' encoding for getaddrinfo to support unicode
host names.
- loop.getaddrinfo() is fixed to behave more like socket.getaddrinfo()
in edge cases.
- libuv is now packaged with configure script, so there is no
requirement to have autotools installed to build uvloop.