]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41103: Resurrect the old buffer protocol. (GH-27437)
authorInada Naoki <songofacandy@gmail.com>
Thu, 29 Jul 2021 10:46:47 +0000 (19:46 +0900)
committerGitHub <noreply@github.com>
Thu, 29 Jul 2021 10:46:47 +0000 (12:46 +0200)
commitce5e1a6809b714eb0383219190a076d9f883e008
treea28ab28d295952746ff8bfe71b26e56b1d4acc95
parentd542742128b634264d5b6796297613975211b43b
bpo-41103: Resurrect the old buffer protocol. (GH-27437)

Revert "bpo-41103: Remove old buffer protocol support (#21117)"

This reverts commit 6f8a6ee59cb7f99f68df8ee9c3e8c8cf19af3eed.
Doc/c-api/abstract.rst
Doc/c-api/objbuffer.rst [new file with mode: 0644]
Doc/data/refcounts.dat
Doc/data/stable_abi.dat
Doc/whatsnew/3.10.rst
Include/abstract.h
Misc/NEWS.d/next/C API/2021-07-29-16-04-28.bpo-41103.hiKKcF.rst [new file with mode: 0644]
Misc/stable_abi.txt
Objects/abstract.c
PC/python3dll.c