[pypy-dev] [pypy-commit] pypy vmprof: uh

Maciej Fijalkowski fijall at gmail.com
Mon Mar 9 09:21:03 CET 2015


uh, I really don't think this checkin is correct (it was meant to seek
to the end, not 2 bytes)

On Sun, Mar 8, 2015 at 7:03 PM, arigo <noreply at buildbot.pypy.org> wrote:
> Author: Armin Rigo <arigo at tunes.org>
> Branch: vmprof
> Changeset: r76280:4c0fa46303da
> Date: 2015-03-08 18:03 +0100
> http://bitbucket.org/pypy/pypy/changeset/4c0fa46303da/
>
> Log:    uh
>
> diff --git a/pypy/module/__pypy__/interp_magic.py b/pypy/module/__pypy__/interp_magic.py
> --- a/pypy/module/__pypy__/interp_magic.py
> +++ b/pypy/module/__pypy__/interp_magic.py
> @@ -141,4 +141,4 @@
>      try:
>          return space.wrap(ec.code_info_file.read())
>      finally:
> -        ec.code_info_file.seek(2, 0)
> +        ec.code_info_file.seek(0, 2)
> _______________________________________________
> pypy-commit mailing list
> pypy-commit at python.org
> https://mail.python.org/mailman/listinfo/pypy-commit


More information about the pypy-dev mailing list