-
Notifications
You must be signed in to change notification settings - Fork 74.7k
Switch from PyEval_CallObject
to PyObject_Call
#72232
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
python/cpython#105107 Remove deprecate PyEval_CallObject() function. > There are replacement functions like PyObject_Call() and PyObject_CallFunction() which exist since Python 3.0 at least and so is backward compatible.
Hi @rohan100jain , Can you please review this PR? Thank you |
6 similar comments
Hi @rohan100jain , Can you please review this PR? Thank you |
Hi @rohan100jain , Can you please review this PR? Thank you |
Hi @rohan100jain , Can you please review this PR? Thank you |
Hi @rohan100jain , Can you please review this PR? Thank you |
Hi @rohan100jain , Can you please review this PR? Thank you |
Hi @rohan100jain , Can you please review this PR? Thank you |
@keerthanakadiri |
python/cpython#105107 Remove deprecate PyEval_CallObject() function.