[Python-talk] PySIG next week - Hands-on night
Kent Johnson
kent37 at tds.net
Wed Aug 16 22:11:57 EDT 2006
Bill Sconce wrote:
> Yours truly will demonstrate everything you need to know, er, everything
> he can learn between now and then, about byte-code disassambly and
> assembly. Yes, Python byte code. (Is there any other kind?)
I don't know much about the subject either, but these look like a couple
of interesting tools for working with bytecodes:
http://cheeseshop.python.org/pypi/BytecodeAssembler
http://groups.google.com/group/comp.lang.python.announce/msg/61eab542909deca3
and one of the all-time-great bytecode hacks to optimize constants:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/277940
Kent
More information about the Python-talk
mailing list