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 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:04vstinnersetrecipients: + vstinner, lemburg, loewis, amaury.forgeotdarc, belopolsky, Rhamphoryncus, pitrou, eric.smith, ezio.melotti
2010-11-27 01:41:04vstinnersetmessageid: <1290822064.34.0.077074392707.issue10542@psf.upfronthosting.co.za>
2010-11-27 01:41:02vstinnerlinkissue10542 messages
2010-11-27 01:41:02vstinnercreate