Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
parse: return instead of raising StopIteration.
In Python 3.7 StopIteration is transformed to a RuntimeError. See PEP 479. This change is backwards compatible, the exception was unnecessary in the first place. closes: Dav1dde#172
- Loading branch information