Message 104476 - Python tracker (original) (raw)

Message104476

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:46 pitrou set recipients: + pitrou, stutzbach, rpetrov
2010-04-29 00:01:46 pitrou set messageid: 1272499306.57.0.591847740568.issue5553@psf.upfronthosting.co.za
2010-04-29 00:01:44 pitrou link issue5553 messages
2010-04-29 00:01:44 pitrou create