From 1ec875bee39755bb4494b45aceb748d85ac10f2c Mon Sep 17 00:00:00 2001 From: "blurb-it[bot]" <43283697+blurb-it[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 19:46:10 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9C=F0=9F=A4=96=20Added=20by=20blurb?= =?UTF-8?q?=5Fit.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2024-01-18-19-46-09.gh-issue-113884.BKQbpN.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 Misc/NEWS.d/next/Core and Builtins/2024-01-18-19-46-09.gh-issue-113884.BKQbpN.rst diff --git a/Misc/NEWS.d/next/Core and Builtins/2024-01-18-19-46-09.gh-issue-113884.BKQbpN.rst b/Misc/NEWS.d/next/Core and Builtins/2024-01-18-19-46-09.gh-issue-113884.BKQbpN.rst new file mode 100644 index 00000000000000..8026ea046393b9 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2024-01-18-19-46-09.gh-issue-113884.BKQbpN.rst @@ -0,0 +1 @@ +Refactor :class:`queue.SimpleQueue` to store items in a ring buffer instead of a Python list.