pyo3/newsfragments/3849.changed.md

2 lines
154 B
Markdown
Raw Normal View History

`PySet` and `PyFrozenSet` iterators now always iterate the equivalent of `iter(set)`. (A "fast path" with no noticeable performance benefit was removed.)