OpenCyphal / pycyphal

Python implementation of the Cyphal protocol stack.
https://pycyphal.readthedocs.io/
MIT License
119 stars 106 forks source link

Python 3.7 compatibility #41

Closed NerdyProjects closed 6 years ago

NerdyProjects commented 6 years ago

Python 3.7 / PEP479

This just catches StopIteration in transport.py and seems to be all that is necessary for Python 3.7 support.