cpython/Misc/NEWS.d/next/C API/2019-07-17-09-50-50.bpo-295...

4 lines
192 B
ReStructuredText

The functions ``PyEval_CallObject``, ``PyEval_CallFunction``,
``PyEval_CallMethod`` and ``PyEval_CallObjectWithKeywords`` are deprecated.
Use :c:func:`PyObject_Call` and its variants instead.