[New-bugs-announce] [issue26540] Python Macros

Devyn Johnson report at bugs.python.org
Fri Mar 11 12:18:22 EST 2016


New submission from Devyn Johnson:

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.

----------
components: Interpreter Core
messages: 261582
nosy: Devyn Johnson
priority: normal
severity: normal
status: open
title: Python Macros
type: enhancement
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26540>
_______________________________________


More information about the New-bugs-announce mailing list