Author: Matti Picus
Branch: py3.6
Changeset: r96763:b0cb066e7e1f
Date: 2019-06-06 16:32 +0300
http://bitbucket.org/pypy/pypy/changeset/b0cb066e7e1f/
Log:trivial fixes
diff --git a/pypy/module/_socket/interp_socket.py
b/pypy/module/_socket/interp_socket.py
--- a/pypy/module/_socket/interp_so
Author: Armin Rigo
Branch:
Changeset: r96764:4570c3e9b030
Date: 2019-06-06 16:47 +0200
http://bitbucket.org/pypy/pypy/changeset/4570c3e9b030/
Log:Issue #3014
The gc_load family of operations must force the lazy setfields and
setarrayitems to occur first
diff --git a/rpython
Author: Armin Rigo
Branch:
Changeset: r96765:7419bb5bbb41
Date: 2019-06-06 16:49 +0200
http://bitbucket.org/pypy/pypy/changeset/7419bb5bbb41/
Log:meh, fix for 4570c3e9b030
diff --git a/rpython/jit/metainterp/optimizeopt/heap.py
b/rpython/jit/metainterp/optimizeopt/heap.py
--- a/rpython/jit
Author: Armin Rigo
Branch:
Changeset: r96766:631c5b49bd25
Date: 2019-06-06 16:54 +0200
http://bitbucket.org/pypy/pypy/changeset/631c5b49bd25/
Log:Improve the test, still passing
diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py
b/rpython/jit/metainterp/optimizeopt/te