You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.