[issue35059] Convert Py_INCREF() and PyObject_INIT() to inlined functions

Steve Dower report at bugs.python.org
Fri Nov 23 13:20:10 EST 2018


Steve Dower <steve.dower at python.org> added the comment:

Could we have used function overloading to handle the different types? Rather than reintroducing the macro for the sake of the cast?

----------
nosy: +steve.dower

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


More information about the Python-bugs-list mailing list