-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
gh-106084: Remove old PyObject call aliases #106085
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
Remove old aliases which were kept backwards compatibility with Python 3.8: * _PyObject_CallMethodNoArgs() * _PyObject_CallMethodOneArg() * _PyObject_CallOneArg() * _PyObject_FastCallDict() * _PyObject_Vectorcall() * _PyObject_VectorcallMethod() * _PyVectorcall_Function() Update code which used these aliases to use new names.
a4c6cea to
f5b1f92
Compare
|
Merged, thanks for the review @rhettinger |
|
Remove old aliases which were kept backwards compatibility with Python 3.8:
Update code which used these aliases to use new names.
📚 Documentation preview 📚: https://cpython-previews--106085.org.readthedocs.build/