uvloop
uvloop copied to clipboard
Ultra fast asyncio event loop.
* **uvloop version**: 0.14.0 * **Python version**: 3.7.4 * **Platform**: Manjaro * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: Yes * **Does uvloop behave differently from vanilla asyncio?...
* **uvloop version**: 0.14.0 * **Python version**: 3.8.2 * **Platform**: linux * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: n/a (this is an api thing) * **Does uvloop...
* **uvloop version**: 0.14.0 * **Python version**: 3.6 and 3.7 * **Platform**: Linux (CentOS 7 * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: N/A * **Does uvloop behave...
Hello! First, the motivation. We're running a fair number of asyncio services in production, and I'm trying to figure out how to expose some sort of load metrics. These metrics...
Hello, For integration purposes I need to get the current underlying uv_loop_t pointer, preferably as a PyCapsule, from uvloop. I need that pointer for use by my python extension and...
* **uvloop version**:uvloop==0.13.0 * **Python version**: 3.7.3 * **Platform**: debian 10
uvloop==0.13.0rc1 Python 3.7 There are a problem when starts a socket server (asyncio) I create a socket module and tests. The test starts the server ok without uvloop, but when...
Repeating calls to connect_write_pipe with sys.stdout as a stream lead to FileExistsError exception
* **uvloop version**: 0.11.3, 0.12.2, 0.13.0rc1 * **Python version**: 3.6, 3.7 * **Platform**: linux, macos * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: yes Hello, this example doesn't...
* **uvloop version**: 0.12.2 * **Python version**: 3.7.1 * **Platform**: Ubuntu 18.04.2 LTS We're encountering the following *fatal* error on a daily basis on our production server using @aaugustin's [WebSocket](https://github.com/aaugustin/websockets)...