uvloop
uvloop copied to clipboard
Ultra fast asyncio event loop.
Operations like `writelines` in [the Stream]( https://docs.python.org/3/library/asyncio-stream.html#asyncio.StreamWriter.writelines ) and [the Transport]( https://docs.python.org/3/library/asyncio-protocol.html?highlight=writelines#asyncio.WriteTransport.writelines ) APIs provide library authors the opportunity to send collections of buffers that they would like written, sent,...
At the moment extra_compile_args is set to -O2 by default. But m68k toolchain has a bug that when trying to build Extension uvloop.loop enters an infinite loop[1]. So we need...
* **uvloop version**: 0.16.0 * **aiohttp version**: 3.7.4.post0 * **Python version**: 3.9.5 * **Platform**: Ubuntu 5.11.0-31-generic * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: Yes * **Does uvloop...
* **uvloop version**: 0.16.0 * **Python version**: 3.9.6 * **Platform**: macOS 11.5.2 * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: yes * **Does uvloop behave differently from vanilla...
* **uvloop version**: uvloop 0.16.0 * **Python version**: 3.9.5 * **Platform**: Ubuntu 5.11.0-31-generic * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: Yes. No suspicious message other than "Executing...
* **uvloop version**: 0.15.2 * **Python version**: 3.7.3 * **Platform**: Debian GNU/Linux 10 * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: * **Does uvloop behave differently from vanilla...
* **uvloop version**: 0.14.0 * **Python version**: 3.6.8 * **Platform**: linux * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: * **Does uvloop behave differently from vanilla asyncio? How?**:...
* **uvloop version**: 0.15.3 * **Python version**: 3.8.11 * **Platform**: Linux/x86_64 Looks like `version` is not present in setup.py ```console + /usr/bin/python3 setup.py build_sphinx -b man --build-dir build/sphinx running build_sphinx...
* **uvloop version**: 0.9.0 * **Python version**: 3.6.1 * **Platform**: UNIX * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: n.a. Hi there, I'm facing the same problem encountered...
* **uvloop version**: 0.15.2 * **Python version**: 3.8.9 * **Platform**: Linux 4.19.188 (NixOS 20.09) * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: n/a * **Does uvloop behave differently...