bpo-38303: Make audioop extension module PEP-384 compatible (GH-16497)
https://bugs.python.org/issue38303
Automerge-Triggered-By: @encukou
diff --git a/Misc/ACKS b/Misc/ACKS
index d8e2630..78beee5 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -847,6 +847,7 @@
Artem Khramov
Akshit Khurana
Sanyam Khurana
+Tyler Kieft
Mads Kiilerich
Jason Killen
Jan Kim
diff --git a/Misc/NEWS.d/next/C API/2019-09-30-16-53-30.bpo-38303.YoIs0M.rst b/Misc/NEWS.d/next/C API/2019-09-30-16-53-30.bpo-38303.YoIs0M.rst
new file mode 100644
index 0000000..03048bb
--- /dev/null
+++ b/Misc/NEWS.d/next/C API/2019-09-30-16-53-30.bpo-38303.YoIs0M.rst
@@ -0,0 +1 @@
+Update audioop extension module to use the stable ABI (PEP-384). Patch by Tyler Kieft.