jaroel / py_py

Running small parts of the Python3 bytecode in Python3 itself

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

py_py

Running small parts of the Python3 bytecode in Python3 itself

And run:

python3 runner runme.py

Or, for seeing the opcodes and some 'C-level' vars:

DEBUG=1 python3 runner runme.py

About

Running small parts of the Python3 bytecode in Python3 itself


Languages

Language:Python 100.0%