Thanks to @smacker who discovered this issue: ```python from bblfsh import * bytes = b'' decode(bytes, format = 0) ``` kills the Python intrepreter. Also any incorrect sequence of bytes like `bytes = b'abcdef' would produce the same behavior.
Thanks to @smacker who discovered this issue:
kills the Python intrepreter. Also any incorrect sequence of bytes like `bytes = b'abcdef' would produce the same behavior.