Antoine Pitrou <pit...@free.fr> added the comment:

Py_LOCAL_INLINE is also not used a lot. Usually, the compiler will inline small 
static functions by itself. Most of the time, we used #defines rather than 
functions when we want to inline short snippets of code.

----------
nosy: +pitrou

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5553>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to