Author: Maciej Fijalkowski <[email protected]>
Branch: 
Changeset: r55850:ed92f26be263
Date: 2012-06-26 16:03 +0200
http://bitbucket.org/pypy/pypy/changeset/ed92f26be263/

Log:    revert last change, it cannot be 0

diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py
--- a/pypy/tool/jitlogparser/parser.py
+++ b/pypy/tool/jitlogparser/parser.py
@@ -7,7 +7,7 @@
 
 def parse_code_data(arg):
     name = None
-    lineno = -1
+    lineno = 0
     filename = None
     bytecode_no = 0
     bytecode_name = None
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to