diff options
author | David Hewitt <1939362+davidhewitt@users.noreply.github.com> | 2022-10-31 14:01:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-31 14:01:32 (GMT) |
commit | e98923c0be644c474ce0e318d40e0595e4484106 (patch) | |
tree | 2567dac3a484b51f2e0fa3690ea091182efa2b89 /Doc/data | |
parent | a41de32942b7ac14524587a08d219f3bfe346415 (diff) | |
download | cpython-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 'Doc/data')
-rw-r--r-- | Doc/data/stable_abi.dat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/data/stable_abi.dat b/Doc/data/stable_abi.dat index 1336584..db8fc15 100644 --- a/Doc/data/stable_abi.dat +++ b/Doc/data/stable_abi.dat @@ -865,6 +865,7 @@ type,descrsetfunc,3.2,, type,destructor,3.2,, type,getattrfunc,3.2,, type,getattrofunc,3.2,, +type,getbufferproc,3.12,, type,getiterfunc,3.2,, type,getter,3.2,, type,hashfunc,3.2,, @@ -875,6 +876,7 @@ type,lenfunc,3.2,, type,newfunc,3.2,, type,objobjargproc,3.2,, type,objobjproc,3.2,, +type,releasebufferproc,3.12,, type,reprfunc,3.2,, type,richcmpfunc,3.2,, type,setattrfunc,3.2,, |