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-108082: Remove _PyErr_WriteUnraisableMsg()#111643

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

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchakaserhiy-storchaka commentedNov 2, 2023
edited by bedevere-appbot
Loading

Replace the remaining calls with PyErr_FormatUnraisable().

Replace the remaining calls with PyErr_FormatUnraisable().
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. I only looked at C changes, I didn't review the tests changes.

@serhiy-storchakaserhiy-storchaka merged commit26c0e5e intopython:mainNov 3, 2023
@serhiy-storchakaserhiy-storchaka deleted the capi-remove-_PyErr_WriteUnraisableMsg branchNovember 3, 2023 07:45
FullteaR pushed a commit to FullteaR/cpython that referenced this pull requestNov 3, 2023
Replace the remaining calls with PyErr_FormatUnraisable().
vstinner added a commit to vstinner/cffi that referenced this pull requestNov 15, 2023
Use the new public PyErr_FormatUnraisable() on Python 3.13.The private _PyErr_WriteUnraisableMsg() function was removed inPython 3.13:python/cpython#111643
vstinner added a commit to vstinner/cffi that referenced this pull requestNov 15, 2023
Use the new public PyErr_FormatUnraisable() on Python 3.13.The private _PyErr_WriteUnraisableMsg() function was removed inPython 3.13:python/cpython#111643
@vstinner
Copy link
Member

cffi uses the private _PyErr_WriteUnraisableMsg() removed in Python 3.13. I wrotepython-cffi/cffi#34 to update the code to the public PyErr_FormatUnraisable() function.

vstinner added a commit to vstinner/cffi that referenced this pull requestNov 15, 2023
Use the new public PyErr_FormatUnraisable() on Python 3.13.The private _PyErr_WriteUnraisableMsg() function was removed inPython 3.13:python/cpython#111643
arigo pushed a commit to python-cffi/cffi that referenced this pull requestNov 16, 2023
Use the new public PyErr_FormatUnraisable() on Python 3.13.The private _PyErr_WriteUnraisableMsg() function was removed inPython 3.13:python/cpython#111643
aisk pushed a commit to aisk/cpython that referenced this pull requestFeb 11, 2024
Replace the remaining calls with PyErr_FormatUnraisable().
Glyphack pushed a commit to Glyphack/cpython that referenced this pull requestSep 2, 2024
Replace the remaining calls with PyErr_FormatUnraisable().
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@vstinnervstinnervstinner approved these changes

@rhettingerrhettingerAwaiting requested review from rhettingerrhettinger is a code owner

Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@serhiy-storchaka@vstinner

[8]ページ先頭

©2009-2025 Movatter.jp