Author: Maciej Fijalkowski <[email protected]>
Branch:
Changeset: r211:a30511ad22d4
Date: 2013-01-25 22:36 +0200
http://bitbucket.org/pypy/jitviewer/changeset/a30511ad22d4/
Log: revert this hack
diff --git a/_jitviewer/display.py b/_jitviewer/display.py
--- a/_jitviewer/display.py
+++ b/_jitviewer/display.py
@@ -48,10 +48,4 @@
last_lineno = no
else:
no = last_lineno
- try:
- self.lines[no - self.firstlineno].chunks.append(chunk)
- except IndexError:
- self.lines[-1].chunks.append(chunk) # too bad, just stash it
there
-
-
-
+ self.lines[no - self.firstlineno].chunks.append(chunk)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit