# OPTIONAL EXTRA — PyLingual, the comparison decompiler. GPL-3.0-only. # # NEVER VENDORED AND NEVER A HARD DEPENDENCY. Install it yourself if you want the head-to-head # columns; the harness runs and grades our own results without it. Nothing in this repository is # a derivative work of it — we import exactly one symbol, # `pylingual.equivalence_check.compare_pyc`, at grading time only. # # git clone https://github.com/syssec-utd/pylingual # cd pylingual # git checkout 6a31b227c9f7ccb85e08c9781b33598b312a715e # the commit we measured # python3.12 -m venv pylenv # ./pylenv/bin/pip install -e . # # Environment as measured: Python 3.12.13, torch 2.13.0+cu130, 91 packages. # The ~5.1 GB venv is not committed anywhere: it is regenerable and it contains GPL code.