This repository has been archived by the owner on Jul 16, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR updates [uvloop](https://pypi.org/project/uvloop) from **0.10.1** to **0.11.0**. <details> <summary>Changelog</summary> ### 0.10.2 ``` Bug Fixes * Use a proper type for the thread indent (fixes 32-bit build for 3.7.) (by 1st1 in 700582a9 for 172) * Fix cancellation race in `loop.sock_recv()` and `loop.sock_recv_into()` methods. (by andr-04 and 1st1 in 298851bf for 169) * Sync SSL error messages with CPython's SSL implementation. (by 1st1 in c3aeff2a) * Fix `SSLTransport.abort()` to mark the transport as closed. (by 1st1 in ba25d8be) * Detect if libuv submodule has not been checked out in `setup.py`. (by 1st1 in dd8060d2) ``` </details> <details> <summary>Links</summary> - PyPI: https://pypi.org/project/uvloop - Changelog: https://pyup.io/changelogs/uvloop/ - Repo: http://github.com/MagicStack/uvloop </details>
- Loading branch information