New issue 1827: py3k: implement PyCode.dump() properly https://bitbucket.org/pypy/pypy/issue/1827/py3k-implement-pycodedump-properly
Ronan Lamy: In py3k, `PyCode.dump()` is a hack that just calls the host (Python2) interpreter's `dis.dis`. This obviously cannot work correctly with Python3 opcodes, so we need to reimplement it in a Python3-aware way. _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
