google / byterun

A Python implementation of a Python bytecode runner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Python implementation of a Python bytecode runner

License:Other


Languages

Language:Python 100.0%