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

private _Py_RestoreSignals() has been moved to CPython internals as of Python 3.13 See: https://github.com/python/cpython/pull/106400 Its implementation has been the same in all supported by uvloop Pythons (3.8+), so the inlining...

* **uvloop version**: 0.19.0 * **Python version**: 3.13.0a5 * **Platform**: Fedora Linux 41 * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: n/a * **Does uvloop behave differently from...

* **uvloop version**: 0.19.0 * **Python version**: 3.12.2 * **Platform**: Fedora Linux 41 * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: yes * **Does uvloop behave differently from...

* **uvloop version**: 0.19.0 * **Python version**: 3.10.12 (3.10.12-1~22.04.3) * **Platform**: Ubuntu 22.04.4 * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: Yes * **Does uvloop behave differently from...

I observed a condition in production where a temporary network outage caused a UDP sendto to fail. In stock asyncio this would result in a call to error_received on the...

Upgrades libuv to [v1.48.0](https://github.com/libuv/libuv/releases/tag/v1.48.0) which fixes a security vulnerability. I removed two DNS test cases because they raise an error intended by libuv.

Aligns the Python version in the example command with the Python version mentioned in the text above.

It would be cool if uvloop worked out of the box with mypy, pyright, etc. This prevents uvloop from being a drop in replacement for asyncio users.

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

The readme of this repo as well as the start of the uvloop documentation claims that uvloop is a "drop-in replacement of the built-in asyncio event loop". I know of...