[issue37483] Add PyObject_CallOneArg()

Jeroen Demeyer report at bugs.python.org
Wed Jul 3 06:24:04 EDT 2019


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

Exactly. I see no reason to prefer PyObject_CallFunctionObjArgs(func, arg, NULL) over _PyObject_CallOneArg(func, arg)

----------

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


More information about the Python-bugs-list mailing list