[Python-Dev] Start writing inlines rather than macros?

Skip Montanaro skip at pobox.com
Thu Feb 27 20:27:02 CET 2014


On Thu, Feb 27, 2014 at 1:23 PM, Antoine Pitrou <solipsis at 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?

S


More information about the Python-Dev mailing list