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**: 0.17..0 * **Python version**: 3.8.16 * **Platform**: Linux x86/64 * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: N/A * **Does uvloop behave differently from vanilla...

* **uvloop version**: 0.17.0 * **Python version**: 3.11 * **Platform**: Linux Fedora 37 / rawhide * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: unknown * **Does uvloop behave...

* **uvloop version**: 0.17.0 * **Python version**: 3.11 * **Platform**: Linux Fedora 37 / rawhide * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: unknown * **Does uvloop behave...

* **uvloop version**: master * **Python version**: 3.10+ * **Platform**: unix * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: yes * **Does uvloop behave differently from vanilla asyncio?...

* **uvloop version**: * **Python version**: * **Platform**: * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: * **Does uvloop behave differently from vanilla asyncio? How?**:

uvloop version: 0.17.0 python version: 3.8.10 platform: linux The bug can be reproduced with the below script. I call _monitor_fs on the loop, passing in a function callback that itself...

This pull request adds introspection methods to `uvloop.Loop` and `uvloop.loop.Handle`. - `Loop.get_ready_queue()` exposes the internal `Deque`, which is available as `_ready` on an `asyncio` loop object. - `Handle.get_callback()` returns the...

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

* **uvloop version**:0.17.0 * **Python version**:3.8 * **Platform**:Linux KNSRV423 5.15.74-sunxi #22.08.6 SMP Tue Oct 18 07:00:33 UTC 2022 armv7l armv7l armv7l GNU/Linux * **Can you reproduce the bug with `PYTHONASYNCIODEBUG`...

* **uvloop version**: 0.14.0 * **Python version**: 3.6.5 * **Platform**: centos 6.3 cpu:Intel(R) Xeon(R) Gold 5218 CPU @ 2.30GHz I have a need to run my code in two loop,...