]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41103: Resurrect the old buffer protocol. (GH-27437) (GH-27441)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 29 Jul 2021 11:31:42 +0000 (04:31 -0700)
committerGitHub <noreply@github.com>
Thu, 29 Jul 2021 11:31:42 +0000 (13:31 +0200)
commit6b922dae6cae9f212d678a36e8b41f2287cf5441
tree448c93f3f2c36812f8c4eadcf7b21670b4677c12
parentb5bdc0c407d2d0587e591989e390ada9b9709502
bpo-41103: Resurrect the old buffer protocol. (GH-27437) (GH-27441)

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

This reverts commit 6f8a6ee59cb7f99f68df8ee9c3e8c8cf19af3eed.
(cherry picked from commit ce5e1a6809b714eb0383219190a076d9f883e008)

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
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