[pypy-issue] Issue #1827: py3k: implement PyCode.dump() properly (pypy/pypy)

Ronan Lamy issues-reply at bitbucket.org
Sun Jul 27 12:07:24 CEST 2014


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.




More information about the pypy-issue mailing list