gh-106084: Remove old PyObject call aliases#106085
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/