0c99e63a48
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.
3 lines
191 B
Text
3 lines
191 B
Text
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.
|