Skip to content

Commit

Permalink
add newsfragment
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Feb 17, 2024
1 parent e95050c commit 11bc256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions newsfragments/3849.added.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Implement `ExactSizeIterator` for `set` and `frozenset` iterators on `abi3` feature.
1 change: 1 addition & 0 deletions newsfragments/3849.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
`PySet` and `PyFrozenSet` iterators now always iterate the equivalent of `iter(set)`. (A "fast path" with no noticeable performance benefit was removed.)

0 comments on commit 11bc256

Please sign in to comment.