Author: Carl Friedrich Bolz-Tereick <[email protected]>
Branch: 
Changeset: r97304:7850e3eaeff8
Date: 2019-08-27 13:11 +0200
http://bitbucket.org/pypy/pypy/changeset/7850e3eaeff8/

Log:    remove pdb :-(

diff --git a/rpython/rlib/rarithmetic.py b/rpython/rlib/rarithmetic.py
--- a/rpython/rlib/rarithmetic.py
+++ b/rpython/rlib/rarithmetic.py
@@ -877,8 +877,6 @@
     characters of 's'.  Raises ParseStringError in case of error.
     Raises ParseStringOverflowError in case the result does not fit.
     """
-    if "99999" in s:
-        import pdb; pdb.set_trace()
     from rpython.rlib.rstring import (
         NumberStringParser, ParseStringOverflowError)
     p = NumberStringParser(s, s, base, 'int',
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to