]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98680: Add PyBUF_* constants to the Limited API listing (GH-100018)
authorPetr Viktorin <encukou@gmail.com>
Mon, 5 Dec 2022 17:02:36 +0000 (18:02 +0100)
committerGitHub <noreply@github.com>
Mon, 5 Dec 2022 17:02:36 +0000 (18:02 +0100)
commitf24738742cc5d3e00409d55ced789cd544b346b5
treef627f2078dc9e034b21f8d49857384e3f0b13c62
parent922a6cf6c265e2763a003291885ff74d46203fc3
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.
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