Closed jcpunk closed 4 years ago
Per the Python 3.9 release notes[1], PyEval_CallFunction is deprecated
PyEval_CallFunction
I believe PyObject_CallFunction is the preferred replacement[2].
PyObject_CallFunction
[1] https://docs.python.org/3/whatsnew/3.9.html#deprecated
[2] https://docs.python.org/3/c-api/call.html?highlight=pyobject_callfunction#c.PyObject_CallFunction
Per the Python 3.9 release notes[1],
PyEval_CallFunction
is deprecatedI believe
PyObject_CallFunction
is the preferred replacement[2].[1] https://docs.python.org/3/whatsnew/3.9.html#deprecated
[2] https://docs.python.org/3/c-api/call.html?highlight=pyobject_callfunction#c.PyObject_CallFunction