Author: Carl Friedrich Bolz <[email protected]> Branch: Changeset: r44529:59811eab0998 Date: 2011-05-27 09:42 +0200 http://bitbucket.org/pypy/pypy/changeset/59811eab0998/
Log: the JIT cannot deal with this function (pyrolog has this problem) diff --git a/pypy/rlib/rbigint.py b/pypy/rlib/rbigint.py --- a/pypy/rlib/rbigint.py +++ b/pypy/rlib/rbigint.py @@ -1345,6 +1345,7 @@ # XXX make sure that we don't ignore this! # YYY no, we decided to do ignore this! [email protected]_look_inside def _AsDouble(n): """ Get a C double from a bigint object. """ # This is a "correctly-rounded" version from Python 2.7. _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
