]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46140: take more Py_buffer arguments as const * (GH-30217)
authorDavid Hewitt <1939362+davidhewitt@users.noreply.github.com>
Wed, 22 Dec 2021 13:07:46 +0000 (13:07 +0000)
committerGitHub <noreply@github.com>
Wed, 22 Dec 2021 13:07:46 +0000 (15:07 +0200)
commit31ff96712e8f89ac1056c2da880b44650002219f
treef6cbc0c62bb78c3251a2ff7364fba22b6b36007a
parentfc54e722a2e66971f1a8e16cff24c844bf9c5ac4
bpo-46140: take more Py_buffer arguments as const * (GH-30217)
Doc/c-api/buffer.rst
Doc/c-api/memoryview.rst
Include/cpython/abstract.h
Include/memoryobject.h
Misc/NEWS.d/next/C API/2021-12-21-22-56-36.bpo-46140.dvXkYK.rst [new file with mode: 0644]
Objects/abstract.c
Objects/memoryobject.c