[issue37483] Add PyObject_CallOneArg()

Inada Naoki report at bugs.python.org
Wed Jul 3 06:20:38 EDT 2019


Inada Naoki <songofacandy at gmail.com> added the comment:

This change doesn't make caller code complicated.  It makes caller little simpler.

Choosing performance sensitive code is much hard than replace all occurrences.
So I'm OK to change all callers except code owner opposed at once.

----------

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


More information about the Python-bugs-list mailing list