Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nedbat/byterun

A Python implementation of a Python bytecode runner
https://github.com/nedbat/byterun

Last synced: 20 days ago
JSON representation

A Python implementation of a Python bytecode runner

Awesome Lists containing this project

README

        

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.