]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-114685: PyBuffer_FillInfo() now raises on PyBUF_{READ,WRITE} (GH-114802)
authorNikita Sobolev <mail@sobolevn.me>
Sun, 4 Feb 2024 19:16:43 +0000 (22:16 +0300)
committerGitHub <noreply@github.com>
Sun, 4 Feb 2024 19:16:43 +0000 (19:16 +0000)
commit929d44e15a5667151beadb2d3a2528cd641639d6
tree31c14abe2cafaf3ac27a22f7298f456668fed6ee
parentda8f9fb2ea65cc2784c2400fc39ad8c800a67a42
gh-114685: PyBuffer_FillInfo() now raises on PyBUF_{READ,WRITE} (GH-114802)
Lib/test/test_buffer.py
Misc/NEWS.d/next/C API/2024-01-31-15-43-35.gh-issue-114685.n7aRmX.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Objects/abstract.c