[docs] [issue11165] Document PyEval_Call* functions

Nick Coghlan report at bugs.python.org
Tue Mar 15 13:16:37 CET 2011


Nick Coghlan <ncoghlan at gmail.com> added the comment:

There may be some legitimate use cases when embedding Python and you *know* that the checks performed by the PyObject_* versions aren't needed.

It may also be historical - the PyEval versions may predate the PyObject ones.

----------

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


More information about the docs mailing list