Skip to content

Instantly share code, notes, and snippets.

@pfalcon
Last active December 22, 2018 09:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pfalcon/d3bb09698beff553a7727adddb1a68dd to your computer and use it in GitHub Desktop.
Save pfalcon/d3bb09698beff553a7727adddb1a68dd to your computer and use it in GitHub Desktop.
Python bytecode and related meta stuff
2003-01-13 pyvm2.py: https://mail.python.org/pipermail/pypy-dev/2003-January/000048.html
2013-01-13 - 2016 byterun: https://github.com/nedbat/byterun - A Python implementation of a Python bytecode runner.
Based on pyvm2.py
* https://nedbatchelder.com/blog/201301/byterun_and_making_cells.html
http://www.aosabook.org/en/500L/a-python-interpreter-written-in-python.html
https://www.slideshare.net/akaptur/byterun-a-python-bytecode-interpreter-at-nycpython
https://www.synopsys.com/blogs/software-security/understanding-python-bytecode/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment