gh-106320: Document replacement for removed C API by vstinner · Pull Request #128787 · python/cpython
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
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.
_PyErr_WriteUnraisableMsg
Ok, I added _PyErr_WriteUnraisableMsg() replaced with PyErr_FormatUnraisable().
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 request
) (cherry picked from commit 43ef958) Co-authored-by: Victor Stinner <vstinner@python.org>