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 <[email protected]> wrote:
> Author: Armin Rigo <[email protected]>
> 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
> [email protected]
> https://mail.python.org/mailman/listinfo/pypy-commit
_______________________________________________
pypy-dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to