Re: PEP 638: Syntactic macros

"Stephen J. Turnbull" <[email protected]> Wed, 01 Feb 2023 20:44:04 +0900
Newsgroups gmane.comp.python.devel
Message-ID <[email protected]>
Joshua Herman writes:

 > I think that this would be better as a library in my opinion. 

There's a third party package called MacroPy that provides macros,
although I haven't heard anything about it in a couple of years.

I seem to recall that it's a preprocessor that hooks into the import
system.