summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API
diff options
context:
space:
mode:
authorPetr Viktorin <encukou@gmail.com>2021-04-29 09:33:14 (GMT)
committerGitHub <noreply@github.com>2021-04-29 09:33:14 (GMT)
commitf6ee4dad589c0953283dacb577a2d808fda7aae9 (patch)
tree76821968abd70559e9929324a3be3a08f163b26a /Misc/NEWS.d/next/C API
parent645ed62fb4c09b7e23887fcca0767b0f2d7d3fd6 (diff)
downloadcpython-f6ee4dad589c0953283dacb577a2d808fda7aae9.zip
cpython-f6ee4dad589c0953283dacb577a2d808fda7aae9.tar.gz
cpython-f6ee4dad589c0953283dacb577a2d808fda7aae9.tar.bz2
bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) (GH-25315)
Diffstat (limited to 'Misc/NEWS.d/next/C API')
-rw-r--r--Misc/NEWS.d/next/C API/2021-04-09-18-19-07.bpo-43795.l0yobT.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/2021-04-09-18-19-07.bpo-43795.l0yobT.rst b/Misc/NEWS.d/next/C API/2021-04-09-18-19-07.bpo-43795.l0yobT.rst
new file mode 100644
index 0000000..5153c33
--- /dev/null
+++ b/Misc/NEWS.d/next/C API/2021-04-09-18-19-07.bpo-43795.l0yobT.rst
@@ -0,0 +1,2 @@
+Stable ABI and limited API definitions are generated from a central manifest
+(:pep:`652`).