gh-144809: Make deque copy atomic in free-threaded build (gh-144966) · python/cpython@70da972 · GitHub
Skip to content

Commit 70da972

Browse files
authored
gh-144809: Make deque copy atomic in free-threaded build (gh-144966)
1 parent 75c5753 commit 70da972

3 files changed

Lines changed: 59 additions & 16 deletions

File tree

Lines changed: 29 additions & 0 deletions
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Make :class:`collections.deque` copy atomic in the :term:`free-threaded build`.

Modules/_collectionsmodule.c

Lines changed: 29 additions & 16 deletions

0 commit comments

Comments
 (0)