eb90b81d44
* always use a Python iterator for sets and frozensets * add newsfragment
2 lines
154 B
Markdown
2 lines
154 B
Markdown
`PySet` and `PyFrozenSet` iterators now always iterate the equivalent of `iter(set)`. (A "fast path" with no noticeable performance benefit was removed.)
|