[issue29548] deprecate PyEval_Call*() functions.

Serhiy Storchaka report at bugs.python.org
Tue Feb 14 06:11:13 EST 2017


Serhiy Storchaka added the comment:

> Any idea of the popularity of the undocumented PyEval_xxx() functions?

You can just search code at GitHub.

I would suggest to deprecate PyEval_Call*() functions first only in the documentation. In 3.8 or 3.9 add the Py_DEPRECATED attribute.

----------

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


More information about the Python-bugs-list mailing list