neogeny / TatSu

竜 TatSu generates Python parsers from grammars in a variation of EBNF
https://tatsu.readthedocs.io/
Other
408 stars 48 forks source link

[treewide] Remove 'from __future__ import generator_stop' #271

Closed dnicolodi closed 2 years ago

dnicolodi commented 2 years ago

PEP 479, StopIteration handling inside generators, enabled by 'from future import generator_stop' is the default since Python 3.7 and thus for all supported Python releases.

https://docs.python.org/3.10/library/__future__.html