blob: e7e08f2ad3ee92b9734ad6ea33892c4b6ebdb4e9 (
plain)
1
2
3
|
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.
|