Skip to content
Snippets Groups Projects
Commit 5526fba1 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

Make custom iterators work in Python 3.13

Custom iterators must have __next__() and __iter__() defined. Sequence
related iterators in OST only had __next__() defined and this
worked up to Python 3.12. Starting in Python 3.13, list/dict comprehensions
failed.

More info: https://github.com/python/cpython/issues/128161
parent 2d3d7732
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment