Message186148
I've added docs and tests, and split the changes to test_peepholer into a separate patch.
I haven't re-exposed details of the code object as attributes of Bytecode instances, because they're already available as e.g. bytecode.codeobj.co_names . I think it would be more confusing than useful to offer the same values in two places, though I'm open to discussion on this.
I've re-organised the dis module docs a bit. I've put Bytecode at the top, as I think it's a more intuitive API than the functions, which have somewhat counter-intuitive names due to the module's history. |
|
| Date |
User |
Action |
Args |
| 2013-04-06 19:14:47 | takluyver | set | recipients:
+ takluyver, loewis, rhettinger, jcea, ncoghlan, belopolsky, ron_adam, alex, rfk, meador.inge, eric.snow, yselivanov |
| 2013-04-06 19:14:46 | takluyver | set | messageid: <[email protected]> |
| 2013-04-06 19:14:46 | takluyver | link | issue11816 messages |
| 2013-04-06 19:14:46 | takluyver | create | |
|