Bizzozzéro Nicolas
Results
1
issues of
Bizzozzéro Nicolas
Since Python 3.7, all StopIteration exceptions raised inside a generator are transformed into RuntimeError (see [PEP-0479](https://www.python.org/dev/peps/pep-0479/#id38) and [this answer from StackOverflow](https://stackoverflow.com/a/51701040)). This new behavior made _pattern_ unusable for all Python3.7+...