## Feature `dis`: Disassembler for Python bytecode. I want to should compiled bytecode for a `.py` script, and I got this error: ``` $ ./rustpython -m dis xxx.py ./rustpython: No code object available for dis ``` In cpython, most of the std module will be pre-compiled during build. ## Python Documentation https://docs.python.org/3.8/library/dis.html