Jamie Phan

Results 2 issues of Jamie Phan

* **uvloop version**: * **Python version**: The Datagram transport in both `asyncio.DatagramTransport` and `uvloop.UDPTransport` will return and ignore calls to `sendto` if the data is empty. This prohibits users from...

Closes #10236 Make typing of endpoint parameter consistent with downstream calls and other utilities. Justification for picking `Callable[..., Any]` over original: - `FastAPI.add_api_route` makes a direct call to `APIRouter.add_api_route` anyways...

p4