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

Reply via email to