[issue37483] Add PyObject_CallOneArg()

Jeroen Demeyer report at bugs.python.org
Wed Jul 3 06:29:20 EDT 2019


Jeroen Demeyer <J.Demeyer at UGent.be> added the comment:

> It adds yet another special case underscore function that one cannot use in external projects. So I would not say that is simpler.

If you're worried about the underscore, I will make a separate PR to add a non-underscored version, similar to PyObject_CallNoArgs()

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37483>
_______________________________________


More information about the Python-bugs-list mailing list