Skip to content

Fix StopIteration error on Python >= 3.7

Tim Schoof requested to merge fix_stop_iteration into master

The current behavior errors on Python 3.7+ due to a backwards incompatible change: https://peps.python.org/pep-0479/

Merge request reports