On Thu, 27 Feb 2014 13:27:02 -0600 Skip Montanaro <s...@pobox.com> wrote: > On Thu, Feb 27, 2014 at 1:23 PM, Antoine Pitrou <solip...@pitrou.net> wrote: > > Well, if we must maintain macros, let's maintain them everywhere and > > avoid the burden of two different implementations for the same thing. > > Would it be possible to generate the macro versions from the > inline/static versions where necessary, as some sort of pre-compile > step?
Uh... well, perhaps, but one still has to check if the macros *are* correct. (I'm not sure a static-to-macro converter would be trivial to write) Regards Antoine. _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com