]> granicus.if.org Git - python/commit
Close #17916: dis.Bytecode based replacement for distb
authorNick Coghlan <ncoghlan@gmail.com>
Fri, 22 Nov 2013 14:57:00 +0000 (00:57 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Fri, 22 Nov 2013 14:57:00 +0000 (00:57 +1000)
commit50c48b89e3e3399a729f72983bc47996b5c50545
tree3017accfaf672975f776227661a1e412b210eb13
parent8fbdb097cfc6a838a6a447e4a6c7ad497c392ad6
Close #17916: dis.Bytecode based replacement for distb

- Bytecode.from_traceback() alternate constructor
- current_offset parameter and attribute

Patch by Claudiu Popa
Doc/library/dis.rst
Doc/whatsnew/3.4.rst
Lib/dis.py
Lib/test/test_dis.py
Misc/NEWS