David M. Cooke
Results
1
comments of
David M. Cooke
As a suggestion, add a `trio.abc.SocketType` ABC, which `trio._socket._SocketType` should inherit from, and for which `SocketFactory` instances should register their socket class with. (Alternatively to requiring registration, call `SocketType.register` on...