diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-12-05 17:12:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-05 17:12:44 (GMT) |
commit | c206cc9d9ebb501a7a6e85838356ada201d6b847 (patch) | |
tree | 730d36b413cca8421fc6f6dc7bec07ba52c73bb4 /Python/ceval.c | |
parent | 32a2193f67aac1fc740d53f4de9205aa605a7017 (diff) | |
download | cpython-c206cc9d9ebb501a7a6e85838356ada201d6b847.zip cpython-c206cc9d9ebb501a7a6e85838356ada201d6b847.tar.gz cpython-c206cc9d9ebb501a7a6e85838356ada201d6b847.tar.bz2 |
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>
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions