pypi uvloop 0.11.3

latest releases: 0.19.0, 0.18.0, 0.17.0...
5 years ago

Bug Fixes

  • Use new PyOS_BeforeFork and PyOS_AfterFork_* 3.7 APIs when available
    (by @1st1 in 75e7c32)

  • Fix async generators finalization to function correctly in debug mode
    (by @1st1 in dcbb1f4 for #200)

  • Pass backlog to loop.create_unix_server() when a server is created via
    loop.create_server(sock=unix_sock, backlog=backlog).
    (by @hikoz in 40ad257)

  • Don't raise "requires a DNS lookup" error on Unix Domain Socket (#204)
    (by @pax0r in 9fc3ca2 for #204)

  • Fix use of PyContext* APIs in 3.7.1
    (by @1st1 in 7474800)

Build

Don't miss a new uvloop release

NewReleases is sending notifications on new releases.