]> granicus.if.org Git - python/commit
Issue #11823: disassembly now shows argument counts on calls with keyword args
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Thu, 7 Jun 2012 18:28:14 +0000 (14:28 -0400)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Thu, 7 Jun 2012 18:28:14 +0000 (14:28 -0400)
commit74482201b8bfe76280fbc62c1b7eaa90120415e1
treeeed8a2c5075c802f3448354efcb89f409a62a9c9
parent7bda265662769ddffa8c08298ed11670e737ed46
Issue #11823: disassembly now shows argument counts on calls with keyword args
Lib/dis.py
Lib/opcode.py
Lib/test/test_dis.py
Misc/NEWS