Author: Ronan Lamy <[email protected]>
Branch: 
Changeset: r73273:1cea12b7ec07
Date: 2014-09-01 18:20 +0100
http://bitbucket.org/pypy/pypy/changeset/1cea12b7ec07/

Log:    Backout 44c3924 : no need to patch dead code

diff --git a/py/_code/source.py b/py/_code/source.py
--- a/py/_code/source.py
+++ b/py/_code/source.py
@@ -416,8 +416,6 @@
             trysource = source[start:end]
             if trysource.isparseable():
                 return start, end
-            if end == start + 100:   # XXX otherwise, it takes forever
-                break                # XXX
     raise SyntaxError("no valid source range around line %d " % (lineno,))
 
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to