summaryrefslogtreecommitdiff
path: root/Lib/test/test__opcode.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610)Serhiy Storchaka2018-09-181-14/+47
* bpo-33334: Support NOP and EXTENDED_ARG in dis.stack_effect(). (#6566)Serhiy Storchaka2018-04-251-0/+15
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+2
* Don't attempt to run the _opcode test if it wasn't built.Larry Hastings2013-11-231-2/+3
* Issue #19722: Added opcode.stack_effect(), which accuratelyLarry Hastings2013-11-231-0/+22