Skip to content

Commit

Permalink
Update Misc/NEWS.d/next/Core and Builtins/2024-01-17-00-52-57.gh-issu…
Browse files Browse the repository at this point in the history
…e-113884.CvEjUE.rst
  • Loading branch information
erlend-aasland authored Jan 17, 2024
1 parent 52e1540 commit a1cc96e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Make ``queue.SimpleQueue`` thread safe when the GIL is disabled. Existing semantics and behavior should be preserved, but the implementation is changed to ensure thread-safety when the GIL is disabled.
Make :class:`queue.SimpleQueue` thread safe when the GIL is disabled. Existing semantics and behavior should be preserved, but the implementation is changed to ensure thread-safety when the GIL is disabled.

0 comments on commit a1cc96e

Please sign in to comment.