summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2020-11-19 15:20:42 (GMT)
committerGitHub <noreply@github.com>2020-11-19 15:20:42 (GMT)
commitb437aa83f9374b86b7756705e8dc83b72a99e037 (patch)
tree54448f88cc2a96b8edcc0b6cd015bd8595bcd0b2 /Misc/NEWS.d
parent588c7c9f08a673472a29e3f8f7fda9e343212e7d (diff)
downloadcpython-b437aa83f9374b86b7756705e8dc83b72a99e037.zip
cpython-b437aa83f9374b86b7756705e8dc83b72a99e037.tar.gz
cpython-b437aa83f9374b86b7756705e8dc83b72a99e037.tar.bz2
bpo-1635741: Port _posixshmem extension module to multiphase initialization (GH-23404)
Signed-off-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/C API/2020-11-19-15-33-42.bpo-1635741.9tVsZt.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/2020-11-19-15-33-42.bpo-1635741.9tVsZt.rst b/Misc/NEWS.d/next/C API/2020-11-19-15-33-42.bpo-1635741.9tVsZt.rst
new file mode 100644
index 0000000..201b7ae
--- /dev/null
+++ b/Misc/NEWS.d/next/C API/2020-11-19-15-33-42.bpo-1635741.9tVsZt.rst
@@ -0,0 +1 @@
+Port _posixshmem extension module to multiphase initialization (:pep:`489`)