Message109161
Add a new API in the dis module that:
1. Works like show_code() but returns a string rather than printing to stdout
2. Accepts source strings directly, similar to the dis.dis() changes for 3.2
Tentative name: get_code_info()
Inspired by Yanov Aknin's ssc() utility and the issue 6507 updates to dis.dis() |
|
| Date |
User |
Action |
Args |
| 2010-07-03 07:42:42 | ncoghlan | set | recipients:
+ ncoghlan |
| 2010-07-03 07:42:42 | ncoghlan | set | messageid: <[email protected]> |
| 2010-07-03 07:42:39 | ncoghlan | link | issue9147 messages |
| 2010-07-03 07:42:39 | ncoghlan | create | |
|