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 <rep...@bugs.python.org>
<http://bugs.python.org/issue29548>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to