TigerShark icon indicating copy to clipboard operation
TigerShark copied to clipboard

StopIteration Exceptions

Open mackthehack opened this issue 4 years ago • 2 comments

With this change in pep 479: https://www.python.org/dev/peps/pep-0479/

Stop Iteration exceptions are no longer handled inside generators. It seems that the parsers should just return instead of raising a stopiteration exception.

mackthehack avatar Apr 01 '20 18:04 mackthehack

seems like this library is abandoned?

eddyizm avatar Aug 19 '20 18:08 eddyizm

I'm using it in a production environment, but because it is easier I've just internalized the project to make it easier to maintain, since yes, the project seems dead.

mackthehack avatar Aug 28 '20 18:08 mackthehack