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.
n
byterun
public
1313 stars
264 forks
17 issues
Commits
List of commits on branch master.Unverified
62f9b1a9c85f52c28b78cc8942243c5c962b1954BUG: Fix missing builtins.
committed 5 years ago
Unverified
081ccdc09a6e1d38c969057895f8b4d3a4ddc193BUG: fix issue in how builtins gets found in a frame.
committed 5 years ago
Unverified
31e6c4a8212c35b5157919abff43a7daa0f377c6Added STORE_GLOBAL and a test in test_basic. (#22)
committed 8 years ago
Unverified
de8519308a90bed6881196066dd9158ec3e4ba2bClean up the text files
nnedbat committed 9 years ago
Unverified
8656126722ae0b0b6d92a4a39f04849c338492b7Merge pull request #18 from The-Compiler/patch-1
nnedbat committed 10 years ago
Unverified
f54c5fc2f0960e295f3378ee515a86fbe74ffd1aFix typo in --verbose argument.
TThe-Compiler committed 10 years ago