[Tutor] bytecode primer, and avoiding a monster download

Devin Jeanpierre jeanpierreda at gmail.com
Tue May 28 01:28:00 CEST 2013


On Mon, May 27, 2013 at 7:20 PM, Alan Gauld <alan.gauld at btinternet.com> wrote:
> Can you give a use case of how you think you could use them?
> There may be another way to do what you want.

I can't speak for Jim, but I have used the dis module in the past to
quickly check how python parsed an expression (e.g. not x is y).

-- Devin


More information about the Tutor mailing list