-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-106023: Update What's New in 3.13: _PyObject_FastCall() #117633
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The function _PyObject_FastCall() was restored.
@vstinner Are you sure that function was restored? I don't see it in my repo (I see |
Oh, wait. I was confused between _PyObject_FastCall() and _PyObject_FastCallDict() :-( I checked each function since I was really confused about these removals and changes. Removed, private:
Removed, internal:
Kept:
Kept, PEP 590:
|
…l() (python#117633)" This reverts commit 9a12f5d. I was wrong: the _PyObject_FastCall() function was removed. But we kept the _PyObject_FastCallDict() function.
I wrote PR gh-117676 to add again the What's New entry. Even if it's a private function, I prefer to document how to update affected code for this very specific function, since I know that it's used in the wild. |
…hon#117633) The function _PyObject_FastCall() was restored.
…l() (python#117633)" (python#117676) This reverts commit 9a12f5d. I was wrong: the _PyObject_FastCall() function was removed. But we kept the _PyObject_FastCallDict() function.
The function _PyObject_FastCall() was restored.
📚 Documentation preview 📚: https://cpython-previews--117633.org.readthedocs.build/