Re: [pypy-dev] lib_pypy/_marshal.py looks out of date for Python 3

2017-07-26 Thread Armin Rigo
Hi Rocky, On 10 July 2017 at 02:53, Rocky Bernstein wrote: > Is lib_pypy/_marshal.py used? If so, shouldn't this be corrected? I think it is not used, unless you translate a pypy without the built-in marshal module---which you can't really do any more, anyway... I guess we should remove ``lib_p

[pypy-dev] lib_pypy/_marshal.py looks out of date for Python 3

2017-07-09 Thread Rocky Bernstein
A while back, in working on a cross-version python decompiler, I used PyPy's lib_pypy/_marshal.py. Recently in doing work in writing a cross-platform a Python bytecode assember, I noticed what is in the py3.5 branch is a bit out of date for Python 3. Specifically these types: TYPE_REF