Disassambling code in Python: What is in the .co_code-part
Thomas Weholt
thomas at cintra.no
Fri Oct 6 10:54:58 EDT 2000
More information about the Python-list mailing list
Fri Oct 6 10:54:58 EDT 2000
- Previous message (by thread): Disassambling code in Python: What is in the .co_code-part
- Next message (by thread): Possible solution for IEEE754? (was Re: numpy, overflow, inf, ieee, and rich comparison)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
what is the content of the string-attr found in : someclass.__class__.__dict__['some'].func_code.co_code ? Where can I find documentation of how Python is structured at this level? I want to make a semi-disassembler/optimizer/debugging kinda thing.
- Previous message (by thread): Disassambling code in Python: What is in the .co_code-part
- Next message (by thread): Possible solution for IEEE754? (was Re: numpy, overflow, inf, ieee, and rich comparison)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list