uvloop icon indicating copy to clipboard operation
uvloop copied to clipboard

[bug report]uv__finish_close: Assertion `!(handle->flags & UV_HANDLE_CLOSED)` failed.

Open serfend opened this issue 1 year ago • 1 comments

  • uvloop version:0.24
  • Python version:3.13.0
  • Platform:debian 12
  • Can you reproduce the bug with PYTHONASYNCIODEBUG in env?:
  • Does uvloop behave differently from vanilla asyncio? How?:

suddently only 1 line log below,and python whole process crashed.

python: src/unix/core.c:303 :uv__finish_close: Assertion `!(handle->flags & UV_HANDLE_CLOSED)` failed.

serfend avatar Dec 16 '24 08:12 serfend

uvloop version:0.21

serfend avatar Dec 16 '24 08:12 serfend