Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 212 Bytes

README.rst

File metadata and controls

7 lines (5 loc) · 212 Bytes

Byterun

This is a pure-Python implementation of a Python bytecode execution virtual machine. I started it to get a better understanding of bytecodes so I could fix branch coverage bugs in coverage.py.