uvloop icon indicating copy to clipboard operation
uvloop copied to clipboard

Ultra fast asyncio event loop.

Results 204 uvloop issues
Sort by recently updated
recently updated
newest added

wonderful project!when to suppert windows?

enhancement

* **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...

need to fix asyncio

* **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...

enhancement

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...

enhancement

* **uvloop version**:uvloop==0.13.0 * **Python version**: 3.7.3 * **Platform**: debian 10

need more info

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...

help wanted
need more info

* **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...

help wanted
need more info

* **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)...

need more info