https://github.com/nedbat/byterun
A Python implementation of a Python bytecode runner
https://github.com/nedbat/byterun
Last synced: about 1 month 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T12:42:48.000Z (10 months ago)
- Last Synced: 2025-04-01T00:36:53.997Z (about 1 month ago)
- Language: Python
- Size: 191 KB
- Stars: 1,314
- Watchers: 55
- Forks: 263
- Open Issues: 17
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
- Authors: AUTHORS
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.