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-106320: Document replacement for removed C API#128787

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
vstinner merged 3 commits intopython:mainfromvstinner:removed_capi
Jan 14, 2025

Conversation

vstinner
Copy link
Member

@vstinnervstinner commentedJan 13, 2025
edited by github-actionsbot
Loading

@vstinner
Copy link
MemberAuthor

See also#128788.

Copy link

@clin1234clin1234 left a comment
edited
Loading

Choose a reason for hiding this comment

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

Perhaps also include a list of other removed private functions that don't have simple replacements for them?

Other than that, LGTM

@vstinner
Copy link
MemberAuthor

vstinner commentedJan 13, 2025
edited
Loading

Perhaps also include a list of other removed private functions that don't have simple replacements for them?

Do you have examples?

Python 3.13 removed 263 private functions. I don't want to give the full list, especially if there is no simple replacement.

@clin1234
Copy link

  • _PyErr_WriteUnraisableMsg

vstinnerand others added2 commitsJanuary 13, 2025 19:33
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
@vstinner
Copy link
MemberAuthor

_PyErr_WriteUnraisableMsg

Ok, I added_PyErr_WriteUnraisableMsg() replaced withPyErr_FormatUnraisable().

@vstinnervstinner merged commit43ef958 intopython:mainJan 14, 2025
25 checks passed
@vstinnervstinner deleted the removed_capi branchJanuary 14, 2025 15:29
@miss-islington-app
Copy link

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestJan 14, 2025
)(cherry picked from commit43ef958)Co-authored-by: Victor Stinner <vstinner@python.org>
@bedevere-app
Copy link

GH-128837 is a backport of this pull request to the3.13 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.13bugs and security fixes labelJan 14, 2025
vstinner added a commit that referenced this pull requestJan 14, 2025
…128837)gh-106320: Document replacement for removed C API (GH-128787)(cherry picked from commit43ef958)Co-authored-by: Victor Stinner <vstinner@python.org>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@StanFromIrelandStanFromIrelandStanFromIreland left review comments

@clin1234clin1234clin1234 requested changes

Assignees
No one assigned
Labels
docsDocumentation in the Doc dirskip news
Projects
Status: Done
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@vstinner@clin1234@StanFromIreland

[8]ページ先頭

©2009-2025 Movatter.jp