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
- Repository
- rG LLVM Github Monorepo