Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-106084: Remove old PyObject call aliases #106085

Merged
merged 1 commit into from
Jun 26, 2023

Commits on Jun 25, 2023

  1. pythongh-106084: Remove old PyObject call aliases

    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.
    vstinner committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    f5b1f92 View commit details
    Browse the repository at this point in the history