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

Benjamin Peterson report at bugs.python.org
Fri Oct 26 02:00:42 EDT 2018


Benjamin Peterson <benjamin at python.org> added the comment:

Why do we need this Py_STATIC_INLINE macro? If you want to have one for enabling always inline, that's fine with me, since it's compiler-specific. But the current Py_STATIC_INLINE macro seems to conflate linkage with always-inline behavior.

----------

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


More information about the Python-bugs-list mailing list