uvloop icon indicating copy to clipboard operation
uvloop copied to clipboard

Ultra fast asyncio event loop.

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

* **uvloop version**: 0.17.0 * **Python version**: 3.11.4 * **Platform**: arm64 * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: (missing feature, not a bug) * **Does uvloop behave...

I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account. - `python3 -sBm...

added winloop mention (#536)

Hi, So I've been having problems with a python-uvloop process which is run from a container and spawns child processes. If those child processes spawn their own children which lose...

* **uvloop version**: 0.18.0 (from tag `v0.18.0`) * **Python version**: 3.11.6 * **Platform**: ppc64le * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: Will report later after try in...

* **uvloop version**: 0.18.0 (not 0.17.0) * **Python version**: 3.8 slim buster, 3.11 slim bookworm * **Platform**: Linux (Debian) amd64 * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**:...

* **uvloop version**: v0.18.0 (5ddf38bccad1107e6488357fd3dbb6b886b95134), also earier * **Python version**: 3.11.6 * **Platform**: Gentoo Linux amd64 * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: yes * **Does uvloop...

This change seeks to expose libuv's internal [`uv_metrics_idle_time`](https://docs.libuv.org/en/v1.x/metrics.html#c.uv_metrics_idle_time) to permit users to tune their applications. This change is inspired by Nodejs' [`internalEventLoopUtilization`](https://github.com/nodejs/node/blob/v19.0.0/lib/internal/perf/event_loop_utilization.js#L22-L68). The heart of this change is: ``` python...

Hello! I find these coroutine projects very interesting, but I'm having some issues replicating the performance. I noticed that the graph used on the readme file is around 7 years...

python3.9 or uvloop seems to leak smaller, but python3.11 (and others?) leaks A LOT OF memory under load test command: ab -n15000 -c15000 -r https://127.0.0.1/ (apt install apache2-utils) ``` import...