Author: Armin Rigo
Branch:
Changeset: r95424:8f0f4e09382a
Date: 2018-12-05 10:57 +0200
http://bitbucket.org/pypy/pypy/changeset/8f0f4e09382a/
Log:Issue #2917
Try to handle a bit better bogus PYTHONWARNINGS
diff --git a/lib-python/2.7/warnings.py b/lib-python/2.7/warnings.py
--- a/l
Author: Armin Rigo
Branch:
Changeset: r95425:a318a9cf2b74
Date: 2018-12-05 18:32 +0200
http://bitbucket.org/pypy/pypy/changeset/a318a9cf2b74/
Log:Tentative fix for issue #2904
diff --git a/rpython/jit/metainterp/optimizeopt/heap.py
b/rpython/jit/metainterp/optimizeopt/heap.py
--- a/rpython
Author: Armin Rigo
Branch:
Changeset: r95426:3c4bff197623
Date: 2018-12-05 20:33 +0200
http://bitbucket.org/pypy/pypy/changeset/3c4bff197623/
Log:Re-enable this intbounds optimization. Found that tracking resops
that are
*not* in the current loop is hard and error-prone; inst
Author: Armin Rigo
Branch:
Changeset: r95427:d7e235d0e787
Date: 2018-12-05 20:42 +0200
http://bitbucket.org/pypy/pypy/changeset/d7e235d0e787/
Log:It turns out re-enabling this optimization shows a failure in the
metainterp tests. Need to investigate (but later).
diff --git a/rpython
Author: Armin Rigo
Branch:
Changeset: r95428:258a0be8f360
Date: 2018-12-06 09:05 +0200
http://bitbucket.org/pypy/pypy/changeset/258a0be8f360/
Log:Redo d7e235d0e787 with the missing get_box_replacement() calls
diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py
b/rpython/jit/metain