Closed
Description
- uvloop version: 0.19.0
- Python version: 3.13.0a5
- Platform: Fedora Linux 41
- Can you reproduce the bug with
PYTHONASYNCIODEBUG
in env?: n/a - Does uvloop behave differently from vanilla asyncio? How?: n/a
I try to build uvloop for Fedora Linux 41 with Python 3.13.0a5.
The build fails with the information below.
uvloop/loop.c: In function ‘__pyx_f_6uvloop_4loop_9UVProcess__after_fork’:
uvloop/loop.c:129617:5: error: implicit declaration of function ‘_Py_RestoreSignals’ [-Werror=implicit-function-declaration]
129617 | _Py_RestoreSignals();
| ^~~~~~~~~~~~~~~~~~
Metadata
Metadata
Assignees
Labels
No labels