Compatibility updates to language.py:
1) Use RecordWithoutPickling. Record is unhashable in Python 3. 2) Explicitly turn the argument into a string in get_fresh_var_name(), also for Python 3 compatibility. 3) Fix a spurious flake8 warning about block comments.
Loading
Please register or sign in to comment