onnxruntime
559adbb5
- Replace deprecated PyEval_CallObject() call with PyObject_CallObject(). (#9737)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
4 years ago
Replace deprecated PyEval_CallObject() call with PyObject_CallObject(). (#9737) This API was changed in 3.9: https://docs.python.org/3/whatsnew/3.9.html#changes-in-the-c-api https://docs.python.org/3/c-api/call.html#c.PyObject_Call
References
#9737 - Replace deprecated PyEval_CallObject() call with PyObject_CallObject().
Author
nkreeger
Parents
72400928
Loading