uvloop
uvloop copied to clipboard
Ultra fast asyncio event loop.
``` ImportError while loading conftest '/home/runner/work/anyio/anyio/tests/conftest.py'. tests/conftest.py:17: in import uvloop /opt/hostedtoolcache/Python/3.14.0-alpha.1/x64/lib/python3.14/site-packages/uvloop/__init__.py:9: in from .loop import Loop as __BaseLoop # NOQA uvloop/includes/stdlib.pxi:47: in init uvloop.loop ??? E AttributeError: module 'asyncio' has...
Pulling in the latest Cython, 3.1.0, results in the test suite failing. Pinning to < 3.1.0 allows the tests to pass.
how to check whether my local uvloop uses io_usring or not?
* **uvloop version**: 0.21.0 * **Python version**: 3.12.6 * **Platform**: `uname_result(system='Linux', node='xxx', release='6.1.109', version='#1 SMP PREEMPT_DYNAMIC Thu Sep 19 22:28:35 UTC 2024', machine='x86_64')` * **Can you reproduce the bug with...
Hi there, please see: https://github.com/svinota/pyroute2/issues/1335 My project uses uvloop, however I've had to move back to asyncio as I have a dependency on pyroute2, and it doesn't work with uvloop....
* **uvloop version**: 0.21.0 * **Python version**: 3.13.0 * **Platform**: Linux * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: yes * **Does uvloop behave differently from vanilla asyncio?...
Hi all, This is probably more of a discussion than an actual issue and I fully appreciate that this could be more of a Python asyncio question versus anything specific...
In our service we had aiohttp==3.8.5 and upgraded aiohttp to 3.10.5 version. That is all. In production now we have issues like issue below. Maybe i should to write issue...
* **uvloop version**:0.24 * **Python version**:3.13.0 * **Platform**:debian 12 * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: * **Does uvloop behave differently from vanilla asyncio? How?**: suddently only...
* **uvloop version**: latest * **Python version**: 3.11.2 * **Platform**: All, and testing on Linux * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: n.a * **Does uvloop behave...