uvloop
uvloop copied to clipboard
Ultra fast asyncio event loop.
Hi, I encountered the libuv assertion error while running multiprocessing and communicating with child processes via OS pipes. I've prepared a minimal reproducible case. I'm using [kchmck/aiopipe](https://github.com/kchmck/aiopipe) to create pipes,...
* **uvloop version**: 0.14 * **Python version**: 3.8.2 * **Platform**: Linux * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: Yes * **Does uvloop behave differently from vanilla asyncio?...
Prompt_toolkit works flawlessly with asyncio but throws the exception in this issue's subject line when run via uvloop. Some of the example programs in prompt_toolkit reproduce the issue: https://github.com/prompt-toolkit/python-prompt-toolkit/issues/1230 would...
* **uvloop version**: 0.14.0 * **Python version**: 3.6.9 * **Platform**: Linux c965e3d4adf2 5.3.0-1032-gcp #34~18.04.1-Ubuntu SMP * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: yes * **Does uvloop behave...
* **uvloop 0.14**: * **Python 3.8.2**: * **Platform Linux**: * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: yes * **Does uvloop behave differently from vanilla asyncio?** : yes....
I call the stop method in child thread,but loop’s state is running ~ Can you help me ? ``` import time import asyncio import threading from functools import partial import...
* **uvloop version**: 0.14.0 * **Python version**: 3.8.2 * **Platform**: aarch64 * **Can you reproduce the bug with PYTHONASYNCIODEBUG in env?**: Not related * **Does uvloop behave differently from vanilla...
* **uvloop version**: 0.14, master * **Python version**: 3.6 * **Platform**: Linux * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: yes * **Does uvloop behave differently from vanilla...
* **uvloop version**: 0.11.1 * **Python version**: 3.6.4 * **Platform**: Ubuntu 16.04 x64 * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: This no effect I have a platform...
I've read the libuv documentation and it appears that it is, and that uvloop is calling directly into it. So if I use aiohttp to do requests will the dns...