Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bschoenmaeckers committed Sep 29, 2024
1 parent 4c9c78a commit 9687bc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions newsfragments/4439.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Make `PyDict` iterator compatible with free-threaded build
* Added `PyDict::locked_for_each` method to iterate on free-threaded builds to prevent the dict being mutated during iteration
* Iterate over `dict.items()` when dict is subclassed from `PyDict`

0 comments on commit 9687bc8

Please sign in to comment.