uvloop
uvloop copied to clipboard
Ultra fast asyncio event loop.
* **uvloop version**: 0.21.0 * **Python version**: 3.10 * **Platform**: GNU Guix This test code: ``` def test_process_env_2(self): async def test(): cmd = 'env' env = {} # empty environment...
Performance claims are not so valid in newer Python versions. Add this to the README. Benchmark should include different Python versions. For now, just add the version on which the...
* **uvloop version**: * **Python version**: 3.12 * **Platform**: ubuntu * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: Not tested * **Does uvloop behave differently from vanilla asyncio?...
uvloop version: 0.19.0 Python version: 3.10.7 Platform: Linux 5.4.61 armv7l GNU/Linux * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: * **Does uvloop behave differently from vanilla asyncio? How?**:...
I get an error when compiling the file uvloop.c File is attached. Thanks MM * **uvloop version**: 0.21.0 * **Python version**: 3.11.2 * **Platform**: Redpitaya armv7I * **Can you reproduce...
As as a follow up to https://github.com/python/cpython/issues/118950, the fix to the issue in CPython's `asyncio` module seemed to translate quite well onto uvloop, and my failing tests effectively work both...
Addresses #562 Set `thread_name_prefix` on default `ThreadPoolExector` instance. With this it's easier to distinguish `uvloop` threads.
I have the latest Raspbian 13 (Trixie) installed on a Raspberry Pi Zero 2 W. It is a completely fresh install, 32 bit, no desktop. It comes with Python 3.13.5...
Prefer inspect.iscoroutinefunction Closes #703