Message 122495 - Python tracker (original) (raw)
Message122495
Author | vstinner |
---|---|
Recipients | Rhamphoryncus, amaury.forgeotdarc, belopolsky, eric.smith, ezio.melotti, lemburg, loewis, pitrou, vstinner |
Date | 2010-11-27.01:41:02 |
SpamBayes Score | 5.2211385e-07 |
Marked as misclassified | No |
Message-id | 1290822064.34.0.077074392707.issue10542@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
I don't like macro having a result and using multiple instructions using the evil magic trick (the ","). It's harder to maintain the code and harder to debug than a classical function. Don't you think that modern compilers are able to inline the code? (If not, we may add the right C attribute/keyword) |
History | |||
---|---|---|---|
Date | User | Action | Args |
2010-11-27 01:41:04 | vstinner | set | recipients: + vstinner, lemburg, loewis, amaury.forgeotdarc, belopolsky, Rhamphoryncus, pitrou, eric.smith, ezio.melotti |
2010-11-27 01:41:04 | vstinner | set | messageid: 1290822064.34.0.077074392707.issue10542@psf.upfronthosting.co.za |
2010-11-27 01:41:02 | vstinner | link | issue10542 messages |
2010-11-27 01:41:02 | vstinner | create |