Last active
December 22, 2018 09:02
-
-
Save pfalcon/d3bb09698beff553a7727adddb1a68dd to your computer and use it in GitHub Desktop.
Python bytecode and related meta stuff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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