pyo3/newsfragments/3849.added.md
David Hewitt eb90b81d44
always use a Python iterator for sets and frozensets (#3849)
* always use a Python iterator for sets and frozensets

* add newsfragment
2024-02-17 10:57:53 +00:00

85 B

Implement ExactSizeIterator for set and frozenset iterators on abi3 feature.