diff options
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | 2020-11-07 19:18:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-07 19:18:37 (GMT) |
commit | 01c6aa43dc56b3b64d584c58a49c86f816c05a91 (patch) | |
tree | d54e582c89befe2b2bbde3aa9b316e79158e960a /Misc | |
parent | 8805a4dad201473599416b2c265802b8885f69b8 (diff) | |
download | cpython-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.rst | 1 |
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. |