]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98680: Add PyBUF_* constants to the Limited API listing (GH-100018)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 5 Dec 2022 17:12:44 +0000 (09:12 -0800)
committerGitHub <noreply@github.com>
Mon, 5 Dec 2022 17:12:44 +0000 (09:12 -0800)
commitc206cc9d9ebb501a7a6e85838356ada201d6b847
tree730d36b413cca8421fc6f6dc7bec07ba52c73bb4
parent32a2193f67aac1fc740d53f4de9205aa605a7017
gh-98680: Add PyBUF_* constants to the Limited API listing (GH-100018)

``PyBUF_*`` constants are marked as part of Limited API of Python 3.11+.
These were available in 3.11.0 with `Py_LIMITED_API` defined for 3.11,
and are necessary to use the buffer API. Omitting them in `stable_abi.toml`
was a mistake.
(cherry picked from commit f24738742cc5d3e00409d55ced789cd544b346b5)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Misc/NEWS.d/next/C API/2022-12-05-17-30-13.gh-issue-98680.FiMCxZ.rst [new file with mode: 0644]
Misc/stable_abi.toml