summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2020-11-19 08:24:37 (GMT)
committerGitHub <noreply@github.com>2020-11-19 08:24:37 (GMT)
commit3094dd5fb5fa3ed91f5e2887887b193edbc976d2 (patch)
tree1e01bb851a4480db07fb440cd321ab34c362e1a6 /Misc/NEWS.d
parentfa2eee975dbf7d2728021ef9d97328bbe88351cf (diff)
downloadcpython-3094dd5fb5fa3ed91f5e2887887b193edbc976d2.zip
cpython-3094dd5fb5fa3ed91f5e2887887b193edbc976d2.tar.gz
cpython-3094dd5fb5fa3ed91f5e2887887b193edbc976d2.tar.bz2
bpo-1635741: Port _queue to multiphase initialization (GH-23376)
Signed-off-by: Christian Heimes <christian@python.org> Automerge-Triggered-By: GH:tiran
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/C API/2020-11-18-20-11-13.bpo-1635741.fe3iRb.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/2020-11-18-20-11-13.bpo-1635741.fe3iRb.rst b/Misc/NEWS.d/next/C API/2020-11-18-20-11-13.bpo-1635741.fe3iRb.rst
new file mode 100644
index 0000000..78df4fe
--- /dev/null
+++ b/Misc/NEWS.d/next/C API/2020-11-18-20-11-13.bpo-1635741.fe3iRb.rst
@@ -0,0 +1 @@
+Port _queue extension module to multiphase initialization (:pep:`489`)