Jamie Phan
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...
### Description Currently, the `extern` keyword can be used in OpenQASM 3.0 to declare `extern` functions https://github.com/openqasm/openqasm/blob/dfd1397fd4c8fd55b41b95d665ea41396138da42/source/grammar/qasm3Parser.g4#L108 Consider: 1. Extending this to also support `extern` declared variables/identifiers. 2. Defining a...
### Summary Implements #577 ### Details and comments Defcal grammar's allow the specification of externally linked resources, marked with the `extern` keyword. For example, OpenPulse allows declaring `extern port` or...