[issue37483] Add PyObject_CallOneArg()

Stefan Krah report at bugs.python.org
Wed Jul 3 06:52:39 EDT 2019


Stefan Krah <stefan at bytereef.org> added the comment:

> 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.

I care about this one.  Indeed I think underscore functions should be used in strategic places inside the core interpreter and not sprinkled across the whole code base by default.


But in general I also care about not having too many new functions to avoid churn.

----------

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


More information about the Python-bugs-list mailing list