summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNikita Sobolev <mail@sobolevn.me>2022-12-27 04:50:55 (GMT)
committerGitHub <noreply@github.com>2022-12-27 04:50:55 (GMT)
commitce39aaffeef9aa8af54a8554fe7a5609a6bba471 (patch)
tree53c1d93a4eccf9536a3b2c38d53923cbca5cf517 /Misc
parent199507b81a302ea19f93593965b1e5088195a6c5 (diff)
downloadcpython-ce39aaffeef9aa8af54a8554fe7a5609a6bba471.zip
cpython-ce39aaffeef9aa8af54a8554fe7a5609a6bba471.tar.gz
cpython-ce39aaffeef9aa8af54a8554fe7a5609a6bba471.tar.bz2
gh-99509: Add `__class_getitem__` to `multiprocessing.queues.Queue` (#99511)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2022-11-15-18-45-01.gh-issue-99509.FLK0xU.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-11-15-18-45-01.gh-issue-99509.FLK0xU.rst b/Misc/NEWS.d/next/Library/2022-11-15-18-45-01.gh-issue-99509.FLK0xU.rst
new file mode 100644
index 0000000..6342810
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-11-15-18-45-01.gh-issue-99509.FLK0xU.rst
@@ -0,0 +1 @@
+Add :pep:`585` support for :class:`multiprocessing.queues.Queue`.