summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2020-11-21 19:28:14 (GMT)
committerGitHub <noreply@github.com>2020-11-21 19:28:14 (GMT)
commit035deee265c7fb227ddc87222fa48761231d8bd7 (patch)
treed3b53ad71b5f4ef44e0b34fd86bb10a05c873664 /Misc/NEWS.d
parented1007c0d74e658d1e6c9b51b12ce7501eb8cbf9 (diff)
downloadcpython-035deee265c7fb227ddc87222fa48761231d8bd7.zip
cpython-035deee265c7fb227ddc87222fa48761231d8bd7.tar.gz
cpython-035deee265c7fb227ddc87222fa48761231d8bd7.tar.bz2
bpo-1635741: Port _posixsubprocess module to multiphase init (GH-23406)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/C API/2020-11-19-16-54-16.bpo-1635741.9tVsZt.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/2020-11-19-16-54-16.bpo-1635741.9tVsZt.rst b/Misc/NEWS.d/next/C API/2020-11-19-16-54-16.bpo-1635741.9tVsZt.rst
new file mode 100644
index 0000000..cdaabfc
--- /dev/null
+++ b/Misc/NEWS.d/next/C API/2020-11-19-16-54-16.bpo-1635741.9tVsZt.rst
@@ -0,0 +1 @@
+Port _posixshmem extension module to multiphase initialization (:pep:`489`).