2016-11-18 22:39:22 +01:00

4 lines
191 B
Plaintext

Byterun is a pure-Python implementation of a Python bytecode execution
virtual machine. It was started to get a better understanding of
bytecodes to fix branch coverage bugs in coverage.py.