Skip to content

Commit

Permalink
Update Misc/NEWS.d/next/Core and Builtins/2024-01-11-22-58-45.gh-issu…
Browse files Browse the repository at this point in the history
…e-112050.hDuvDW.rst
  • Loading branch information
erlend-aasland authored Jan 29, 2024
1 parent a306210 commit 934fd2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Convert most methods on collections.deque to use Argument Clinic. This is in preparation for making deques thread-safe when the GIL is disabled. To do so, we'll use Clinic's critical_section directive.
Convert :class:`collections.deque` to use Argument Clinic.

0 comments on commit 934fd2e

Please sign in to comment.