diff options
author | Petr Viktorin <encukou@gmail.com> | 2021-04-29 09:33:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 09:33:14 (GMT) |
commit | f6ee4dad589c0953283dacb577a2d808fda7aae9 (patch) | |
tree | 76821968abd70559e9929324a3be3a08f163b26a /Misc/NEWS.d/next/C API | |
parent | 645ed62fb4c09b7e23887fcca0767b0f2d7d3fd6 (diff) | |
download | cpython-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.rst | 2 |
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`). |