[issue37483] Add PyObject_CallOneArg()
Inada Naoki
report at bugs.python.org
Wed Jul 3 06:36:40 EDT 2019
Inada Naoki <songofacandy at gmail.com> 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.
I don't get what you mean.
Do you care about *adding* API with underscore? If so, it doesn't make caller code complex. It can not be a reason to reject changing many files.
Or do you care about *using* API with underscore? If so, I'm OK to stop changing some callers which are not tightly coupled with Python. (e.g. sqlite)
----------
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37483>
_______________________________________
More information about the Python-bugs-list
mailing list