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**: v0.16.0 * **Python version**: 3.10.4 * **Platform**: Linux Please note that SCTP works only if you have libsctp(-dev) installed on your Linux system. MacOS doesn't support SCTP...

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

This PR adds a couple of functions to expose the raw uvloop pointer as int/pycapsule. #307 I can remove the int one if we feel it's not required.

* **uvloop version**: 0.15.3 * **Python version**: 3.8.11 * **Platform**: Linux/x86_64 * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: Yes * **Does uvloop behave differently from vanilla asyncio?...

This seem to be version/OS unrelated. Sample: ```python import asyncio import socket import uvloop b = bytes('{"msg": "test"}', 'utf-8') async def main_async(sock: socket.socket): _, writer = await asyncio.open_unix_connection(sock=sock) writer.write(b) await...

* **uvloop version**: 0.16.0 * **Python version**: 3.9.10 * **Platform**: macOS * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: Yes * **Does uvloop behave differently from vanilla asyncio?...

My Linux `uname -a` output is `Linux ***** #1 SMP PREEMPT Wed Sep 8 10:41:11 UTC 2021 armv7l armv7l armv7l GNU/Linux` ```python >>> import uvloop Traceback (most recent call last):...

* **uvloop version**: 4b803b155ed30a30f34c208133a431587272f81e * **Python version**: 3.9.5 * **Platform**: Gentoo Linux * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: yes * **Does uvloop behave differently from vanilla...

I'm trying to debug an issue and can't really follow the code in here and over at libuv. I seem to be getting errors when printing out large amounts of...

* **uvloop version**: 0.16.0 * **Python version**: 3.8.10 * **Platform**: Ubuntu 20.04.3 * **Helm version**: v3.7.0 * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: Yes * **Does uvloop...