Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
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 commit9a12f5d.I was wrong: the _PyObject_FastCall() function was removed. But wekept the _PyObject_FastCallDict() function.
I wrote PRgh-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 commit9a12f5d.I was wrong: the _PyObject_FastCall() function was removed. But wekept the _PyObject_FastCallDict() function.
Uh oh!
There was an error while loading.Please reload this page.
The function _PyObject_FastCall() was restored.
📚 Documentation preview 📚:https://cpython-previews--117633.org.readthedocs.build/