[New-bugs-announce] [issue29548] deprecate PyEval_Call*() functions.

INADA Naoki report at bugs.python.org
Mon Feb 13 12:36:52 EST 2017


New submission from INADA Naoki:

As reading call.c, PyEval_Call* APIs are mostly duplicate of PyObject_Call* APIs.

While they are not documented, they seems part of limited APIs.
So we can't remove them easily.  Let's deprecate them for now.

----------
components: Interpreter Core
messages: 287714
nosy: inada.naoki
priority: normal
severity: normal
status: open
title: deprecate PyEval_Call*() functions.
versions: Python 3.7

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


More information about the New-bugs-announce mailing list