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

Hi, how i can get current version of libuv? I tried `uvloop.__version__` but this property shows only uvloop version? On the system - all are clean. apt does not show...

I am interested in uvloop for the following use case: - I have a C++ application running libuv, embedding a Python interpreter running in the main thread - I would...

Currently `sendto` would fail if you use the special hostname ``, which is a valid use according to the [Python docs](https://docs.python.org/3/library/socket.html#socket-families:~:text=For%20IPv4%20addresses%2C%20two%20special%20forms). This PR proposes to to "resolve" it to the...

* **uvloop version**: 0.17.0 * **Python version**: 3.10.7 * **Platform**: ubuntu 20.04 * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: yes * **Does uvloop behave differently from vanilla...

The hanging is due to `eof_received = threading.Lock()` hold by client which is requested by server. The client keep the lock because the `reader.read()` does not return as expected. So...

This change allows to control number of processes by cpuset command.

I also have observed that when I use asyncio.wait_for(...) around loop.create_connection in the timeout case I end up getting this logged to stdout(err?): ``` Future exception was never retrieved future:...

* **uvloop version**: `0.17.0` * **Python version**: `3.10.8` * **Platform**: Arch Linux * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: Yes * **Does uvloop behave differently from vanilla...

This is seem an artificial requirement: https://github.com/MagicStack/uvloop/blob/master/setup.py#L24 Could you please test it with newer version and update? Thanks

* **uvloop version**: `0.19.0` * **Python version**: `3.10.7` * **Platform**: Linux * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: Yes * **Does uvloop behave differently from vanilla asyncio?...