This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients pitrou, rpetrov, stutzbach
Date 2010-04-29.00:01:44
SpamBayes Score 0.053071924
Marked as misclassified No
Message-id <1272499306.57.0.591847740568.issue5553@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-04-29 00:01:46pitrousetrecipients: + pitrou, stutzbach, rpetrov
2010-04-29 00:01:46pitrousetmessageid: <1272499306.57.0.591847740568.issue5553@psf.upfronthosting.co.za>
2010-04-29 00:01:44pitroulinkissue5553 messages
2010-04-29 00:01:44pitroucreate