asyncio KeyboardInterrupt in select
elect+fd_event_list+%3D+self._epoll.poll(timeout,+max_ev)+KeyboardInterrupt&filter=0 Thomas Grainger -- https://mail.python.org/mailman/listinfo/python-list
Fwd: improve TypeError for AsyncIterables when attempting to sync iterate
Currently when attempting to sync iterate an async iterable you get a TypeError: TypeError: 'SomeType' object is not iterable When attempting to iterate an async iterable (eg an object with a __aiter__ method the error could be something like: TypeError: 'SomeType' object is not iterable, it is