commit | b39fd0c9b8dc6683924205265ff43cc597d1dfb9 | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Mon May 06 23:59:20 2013 +1000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Mon May 06 23:59:20 2013 +1000 |
tree | b12d71e0b726b4b3e3c96ba229b0573a084df473 | |
parent | 9d351332a7b65e8e03725bc469b7989ccd68143f [diff] |
Issue #11816: multiple improvements to the dis module * get_instructions generator * ability to redirect output to a file * Bytecode and Instruction abstractions Patch by Nick Coghlan, Ryan Kelly and Thomas Kluyver.