[pypy-issue] Issue #2571: Fatal RPython error: NotImplementedError (pypy/pypy)

2017-06-05 Thread Denis Sumin
New issue 2571: Fatal RPython error: NotImplementedError https://bitbucket.org/pypy/pypy/issues/2571/fatal-rpython-error-notimplementederror Denis Sumin: I'm trying to run a python3 project with pypy (5.7.1), and I'm getting the following: ``` #!bash RPython traceback: File "pypy_interpreter.

[pypy-issue] Issue #2572: Link-time optimization (LTO) disabled (pypy/pypy)

2017-06-05 Thread Armin Rigo
New issue 2572: Link-time optimization (LTO) disabled https://bitbucket.org/pypy/pypy/issues/2572/link-time-optimization-lto-disabled Armin Rigo: Link-time optimization (the gcc option ``-flto``) has been disabled again. With gcc 6.2.0 on Ubuntu 14.04, it produces code that really looks invalid