summaryrefslogtreecommitdiffstats
path: root/Lib/test/test__opcode.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+2
| | | | | | | I have compared output between pre- and post-patch runs of these tests to make sure there's nothing missing and nothing broken, on both Windows and Linux. The only differences I found were actually tests that were previously *not* run.
* Don't attempt to run the _opcode test if it wasn't built.Larry Hastings2013-11-241-2/+3
|
* Issue #19722: Added opcode.stack_effect(), which accuratelyLarry Hastings2013-11-231-0/+22
computes the stack effect of bytecode instructions.