<!-- Thanks for wanting to report an issue you've found in uvloop. Please fill in the template below. It will be much easier for us to fix the issue if a test case that reproduces the problem is provided, with clear instructions on how to run it. Thank you! --> * **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?**: <!-- Enter your issue details below this comment. --> suddently only 1 line log below,and python whole process crashed. ```bash python: src/unix/core.c:303 :uv__finish_close: Assertion `!(handle->flags & UV_HANDLE_CLOSED)` failed. ```