Skip to content

Commit 3e57547

Browse files
Apply suggestion from @kumaraditya303
1 parent c4a8ee1 commit 3e57547

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
Fix segfault in :mod:`pickle` when pickling a dictionary concurrently
2-
mutated by another thread in the free-threaded build. The dict iteration in
3-
``batch_dict_exact`` now holds a critical section to prevent borrowed
4-
references from being invalidated mid-iteration.
2+
mutated by another thread in the free-threaded build.

0 commit comments

Comments
 (0)