summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorErlend Egeberg Aasland <erlend.aasland@innova.no>2020-11-07 19:18:37 (GMT)
committerGitHub <noreply@github.com>2020-11-07 19:18:37 (GMT)
commit01c6aa43dc56b3b64d584c58a49c86f816c05a91 (patch)
treed54e582c89befe2b2bbde3aa9b316e79158e960a /Misc
parent8805a4dad201473599416b2c265802b8885f69b8 (diff)
downloadcpython-01c6aa43dc56b3b64d584c58a49c86f816c05a91.zip
cpython-01c6aa43dc56b3b64d584c58a49c86f816c05a91.tar.gz
cpython-01c6aa43dc56b3b64d584c58a49c86f816c05a91.tar.bz2
bpo-40077: Convert _queuemodule to use heap types (GH-23136)
@vstinner / @corona10, would you mind reviewing this?
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2020-11-03-21-58-27.bpo-40077.a9qM1j.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-11-03-21-58-27.bpo-40077.a9qM1j.rst b/Misc/NEWS.d/next/Core and Builtins/2020-11-03-21-58-27.bpo-40077.a9qM1j.rst
new file mode 100644
index 0000000..369ba6b
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2020-11-03-21-58-27.bpo-40077.a9qM1j.rst
@@ -0,0 +1 @@
+Convert :mod:`queue` to use heap types.