Benjamin Peterson <benja...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue35059>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to