summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorDavid Hewitt <1939362+davidhewitt@users.noreply.github.com>2022-10-31 14:01:32 (GMT)
committerGitHub <noreply@github.com>2022-10-31 14:01:32 (GMT)
commite98923c0be644c474ce0e318d40e0595e4484106 (patch)
tree2567dac3a484b51f2e0fa3690ea091182efa2b89 /Misc
parenta41de32942b7ac14524587a08d219f3bfe346415 (diff)
downloadcpython-e98923c0be644c474ce0e318d40e0595e4484106.zip
cpython-e98923c0be644c474ce0e318d40e0595e4484106.tar.gz
cpython-e98923c0be644c474ce0e318d40e0595e4484106.tar.bz2
gh-98410: move getbufferproc and releasebufferproc to buffer.h (#31158)
This adds them to the Limited API.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/C API/2022-10-25-17-50-43.gh-issue-98410.NSXYfm.rst1
-rw-r--r--Misc/stable_abi.toml4
2 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/2022-10-25-17-50-43.gh-issue-98410.NSXYfm.rst b/Misc/NEWS.d/next/C API/2022-10-25-17-50-43.gh-issue-98410.NSXYfm.rst
new file mode 100644
index 0000000..d98bc4e
--- /dev/null
+++ b/Misc/NEWS.d/next/C API/2022-10-25-17-50-43.gh-issue-98410.NSXYfm.rst
@@ -0,0 +1 @@
+Add ``getbufferproc`` and ``releasebufferproc`` to the stable API.
diff --git a/Misc/stable_abi.toml b/Misc/stable_abi.toml
index e18a6e8..0ba0f51 100644
--- a/Misc/stable_abi.toml
+++ b/Misc/stable_abi.toml
@@ -2299,3 +2299,7 @@
added = '3.12'
[macro.PY_VECTORCALL_ARGUMENTS_OFFSET]
added = '3.12'
+[typedef.getbufferproc]
+ added = '3.12'
+[typedef.releasebufferproc]
+ added = '3.12'