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.12.2 * **Python version**: 3.5.3 * **Platform**: Debian 9 * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: yes An attempt to use `shutdown` method of...

need to fix asyncio

Specifically two event loop methods are still missing: * `loop.sock_sendfile(..)` * `loop.sendfile(..)` Both were added to asyncio 3.7.

help wanted
missing feature

To-do: * [ ] `test_create_connection_ssl_1` hangs * [ ] a bunch of DNS tests fail (likely different error messages) * [ ] one of UDP tests is failing Major things:...

Implements a new tracing support for uvloop adding the pair methods `start_tracing` and `stop_tracing` that allows the user to start or stop the tracing. The user must provide a valid...

This is a meta issue to discuss how new asyncio tracing API should look like. We will implement it first in uvloop, and later, if necessary, port it to asyncio....

enhancement

If there are other C libraries using libuv and expose python interface, is there a way to use the same uv event loop for uvloop and the library?

question

https://www.python.org/download/pre-releases/

macOS is failing due to libuv switching from fork to posix_spawn? Refs https://github.com/libuv/libuv/pull/3257

* **uvloop version**: * **Python version**: The Datagram transport in both `asyncio.DatagramTransport` and `uvloop.UDPTransport` will return and ignore calls to `sendto` if the data is empty. This prohibits users from...

Remove SSL depreciation warnings buillt on debian 12.6 python-3.11 Cython-3.0.7 libuv-1.46.0