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 Devyn Johnson
Recipients Devyn Johnson
Date 2016-03-11.17:18:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457716702.76.0.922286771482.issue26540@psf.upfronthosting.co.za>
In-reply-to
Content
Would it be a good idea to add macros to Python? This would allow developers to test a condition (such as, "is this code running on Linux?" or "is this Python version 3.6?"). Then, the compiled bytecode will already contain the needed code, as opposed to testing the conditions during each execution.
History
Date User Action Args
2016-03-11 17:18:22Devyn Johnsonsetrecipients: + Devyn Johnson
2016-03-11 17:18:22Devyn Johnsonsetmessageid: <1457716702.76.0.922286771482.issue26540@psf.upfronthosting.co.za>
2016-03-11 17:18:22Devyn Johnsonlinkissue26540 messages
2016-03-11 17:18:22Devyn Johnsoncreate