The intention here seems to be to end the generator function, but with modern Python, raising StopIteration causes a runtime error (https://www.python.org/dev/peps/pep-0479/).
Details
Details
Diff Detail
Diff Detail
Differential D79169
lit googletest.py: Don't raise StopIteration to end generator function hans on Apr 30 2020, 6:06 AM. Authored by
Details The intention here seems to be to end the generator function, but with modern Python, raising StopIteration causes a runtime error (https://www.python.org/dev/peps/pep-0479/).
Diff Detail |