Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nedbat/byterun
- Owner: nedbat
- License: mit
- Created: 2013-01-15T01:49:53.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T12:42:48.000Z (3 months ago)
- Last Synced: 2024-10-08T18:26:41.497Z (26 days ago)
- Language: Python
- Size: 191 KB
- Stars: 1,286
- Watchers: 56
- Forks: 255
- Open Issues: 17
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - byterun - A Python implementation of a Python bytecode runner (Python)
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.