[issue29548] deprecate PyEval_Call*() functions.

Marc-Andre Lemburg report at bugs.python.org
Mon Feb 13 13:10:11 EST 2017


Marc-Andre Lemburg added the comment:

Please note that the two sets of APIs are not identical, e.g. you cannot simply replace PyEval_CallObject() with PyObject_Call(), since the former applies a few extra checks and defaults, which the latter doesn't.

----------
nosy: +lemburg

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29548>
_______________________________________


More information about the Python-bugs-list mailing list