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 <rep...@bugs.python.org>
<http://bugs.python.org/issue26540>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to