On Wed, Aug 20, 2014 at 11:58 PM, Skip Montanaro wrote:
> I found the macropy Google Group and asked there. There is more to do to
> activate it. In particular, it doesn't appear-to-operate on a
> less-than-module level. Since it operates on the AST, it has to be active
> during byte compilation.
On Wed, Aug 20, 2014 at 7:03 AM, Chris Angelico wrote:
> Sounds like something to raise as an issue.
I found the macropy Google Group and asked there. There is more to do to
activate it. In particular, it doesn't appear-to-operate on a
less-than-module level. Since it operates on the AST, it ha
On Wed, Aug 20, 2014 at 12:18 AM, Skip Montanaro wrote:
> import macropy.tracing
> with macropy.tracing.trace:
> ... my broken code here ...
>
> (The first example is just "with trace: ..." and doesn't say where the
> trace object came from. I assumed it came from the tracing module.)
I'd say