Skip to content

Commit

Permalink
πŸ“œπŸ€– Added by blurb_it.
Browse files Browse the repository at this point in the history
  • Loading branch information
blurb-it[bot] authored Jan 8, 2024
1 parent 195949e commit 17d19da
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Make methods on `collections.deque` thread-safe when the GIL is disabled. When the GIL is disabled, methods that operate a deque's internal state will do so only while holding the object's lock.

0 comments on commit 17d19da

Please sign in to comment.