]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41103: Remove old buffer protocol support (#21117)
authorInada Naoki <songofacandy@gmail.com>
Thu, 25 Jun 2020 23:07:22 +0000 (08:07 +0900)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2020 23:07:22 +0000 (08:07 +0900)
commit6f8a6ee59cb7f99f68df8ee9c3e8c8cf19af3eed
treeb5e8c8e1c6f671b1f39078d0a7dbce48fe307f25
parent77ed29b2c2742b694cac6db5976afc31b58e4803
bpo-41103: Remove old buffer protocol support (#21117)

They are deprecated since Python 3.0.
Doc/c-api/abstract.rst
Doc/c-api/objbuffer.rst [deleted file]
Doc/data/refcounts.dat
Doc/whatsnew/3.10.rst
Include/abstract.h
Misc/NEWS.d/next/C API/2020-06-24-22-57-07.bpo-41103.doojgE.rst [new file with mode: 0644]
Objects/abstract.c
PC/python3dll.c