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

Hi! I have very strange bug. On server (only on the one - i cant reproduce error on others) i m tryin to start application using uvloop. Here is the...

fixes #452 MAIN_THREAD_ID had incorrect value when you run uvloop in subprocess. So it was affecting `_setup_or_resume_signals`. Subprocess is runned via `multiprocessing.Process` and should be closed by signal. However subprocess...

* **uvloop version**: 0.14.0 * **Python version**: 3.9 * **Platform**: Linux (64bit) * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: N/A * **Does uvloop behave differently from vanilla...

Hi, I have program with main process and a bunch subprocesses. Main process sends tasks via pipe to some subprocesses. Each subprocess are getting task synchronously in a separate thread...

* **uvloop version**: 0.16.0 * **Python version**: 3.8 * **Platform**: Aws Lambda : Arm architecture * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: * **Does uvloop behave differently...

Partially addresses ( https://github.com/MagicStack/uvloop/issues/404 ) Delays calling `_queue_write` until `writelines` has added all buffers with `_write`. Should allow `libuv` to leveraged vectorized IO (scatter) via calling `sendmsg` under-the-hood.

* **uvloop version**: 0.15.2 * **Python version**: 3.7.3 * **Platform**: Debian GNU/Linux 10 * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: yes * **Does uvloop behave differently from...

[nest-asyncio](https://github.com/erdewit/nest_asyncio) allows nested event loops, which seems like a very useful feature. Currently it only works with event loops from asyncio. Would it make sense to have uvloop patchable with...

* **uvloop version**: 0.15.2 * **Python version**: 3.8.5 * **Platform**: Ubuntu 20.04 amd64 * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: Not tested. * **Does uvloop behave differently...

help wanted
missing feature