Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-98680: Add PyBUF_* constants to the Limited API listing#100018

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
encukou merged 2 commits intopython:mainfromencukou:pybuf-flags
Dec 5, 2022

Conversation

encukou
Copy link
Member

@encukouencukou commentedDec 5, 2022
edited
Loading

PyBUF_* constants are marked as part of Limited API of Python 3.11+.
These were available in 3.11.0 withPy_LIMITED_API defined for 3.11, and are necessary to use the buffer API. Omitting them instable_abi.toml was a mistake.

(cc@vstinner)

These were available in 3.11.0 with Py_LIMITED_API defined for 3.11,and are necessary to use the API.They should be considered part of the 3.11 Limited API.
@vstinner
Copy link
Member

Limiled

Typo :-)

@encukouencukou changed the titlegh-98680: Add PyBUF_* constants to the Limiled API listinggh-98680: Add PyBUF_* constants to the Limited API listingDec 5, 2022
Copy link
Member

@vstinnervstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

LGTM.

@miss-islington
Copy link
Contributor

Thanks@encukou for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

@encukouencukou deleted the pybuf-flags branchDecember 5, 2022 17:02
@bedevere-bot
Copy link

GH-100020 is a backport of this pull request to the3.11 branch.

@bedevere-botbedevere-bot removed the needs backport to 3.11only security fixes labelDec 5, 2022
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestDec 5, 2022
…honGH-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 commitf247387)Co-authored-by: Petr Viktorin <encukou@gmail.com>
miss-islington added a commit that referenced this pull requestDec 5, 2022
``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 commitf247387)Co-authored-by: Petr Viktorin <encukou@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@vstinnervstinnervstinner approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

4 participants
@encukou@vstinner@miss-islington@bedevere-bot

[8]ページ先頭

©2009-2025 Movatter.jp