Skip to content

v0.4.33

Compare
Choose a tag to compare
@1st1 1st1 released this 05 Jul 21:34
· 491 commits to master since this release
- uvloop is now dual-licensed under Apache 2.0 and MIT

- Fix transport.get_extra_info() to return a duplicate
  of the internal socket

- Fix memory leak in UVTimer handle; stop using dynamic
  memory allocation for libuv handles/requests.  This
  should also positively affect uvloop performance.