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

* **uvloop version**: uvloop==0.16.0 * **Python version**: 3.10.4 * **Platform**: Linux-5.17.5-200.fc35.x86_64-x86_64-with-glibc2.34 * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: Yes * **Does uvloop behave differently from vanilla asyncio?...

When I run `pip install uvloop`, the following error occurs: ``` config.guess timestamp = 2018-02-24 uname -m = loongarch64 uname -r = 4.19.0-16-loongson-3 uname -s = Linux uname -v =...

* **uvloop version**: 0.15.2, 0.15.3, 0.16.0.dev0 * **Python version**: 3.8.10 * **Platform**: Linux/Ubuntu 20.04 * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: Yes * **Does uvloop behave differently...

* **uvloop version**: 0.16.0 * **Python version**: CPython 3.9.12 * **Platform**: Debian GNU/Linux bookworm/sid x86_64 * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: yes * **Does uvloop behave...

enhancement

Update cibuildwheel to 2.2.0, which will enable musllinux wheel builds. This is useful for environments like alpine linux containers.

Could uvloop be implemented using CFFI? How hard would it be to do so? I ask because at some point in the future PyPy3 will reach compatibility with Python 3.5...

question

* **uvloop version**: 0.16.0 * **Python version**: 3.11a6, 3.11a7 * **Platform**: Linux * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: N/A * **Does uvloop behave differently from vanilla...

Are there any plans to provide wheels for Pypy?

enhancement

* **uvloop version**: latest pypi version * **Python version**: 3.10 * **Platform**: linux When uvloop tries to get built for python 3.10 it bombs out which you can see from...