Author: Carl Friedrich Bolz
Branch:
Changeset: r92099:a186a6bccf3f
Date: 2017-08-06 09:19 +0200
http://bitbucket.org/pypy/pypy/changeset/a186a6bccf3f/
Log:this was done
diff --git a/rpython/jit/metainterp/optimizeopt/bridgeopt.py
b/rpython/jit/metainterp/optimizeopt/bridgeopt.py
--- a/rpyt
Author: Ronan Lamy
Branch: py3.5
Changeset: r92100:45907003511b
Date: 2017-08-06 15:37 +0100
http://bitbucket.org/pypy/pypy/changeset/45907003511b/
Log:hg merge default
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsn
Author: Armin Rigo
Branch:
Changeset: r92101:f58c6966c54d
Date: 2017-08-06 18:43 +0200
http://bitbucket.org/pypy/pypy/changeset/f58c6966c54d/
Log:Issue #2621
Hack around until we support duplicate field names like ctypes
diff --git a/lib_pypy/_ctypes/structure.py b/lib_pypy/_ctypes
Author: Carl Friedrich Bolz
Branch: bridgeopt-improvements
Changeset: r92103:b3eb7293ac01
Date: 2017-08-07 00:09 +0200
http://bitbucket.org/pypy/pypy/changeset/b3eb7293ac01/
Log:only one subclass nowadays
diff --git a/rpython/jit/metainterp/test/test_call.py
b/rpython/jit/metainterp/test/te
Author: Carl Friedrich Bolz
Branch: bridgeopt-improvements
Changeset: r92102:3ab4221d7876
Date: 2017-08-07 00:09 +0200
http://bitbucket.org/pypy/pypy/changeset/3ab4221d7876/
Log:experimental attempt to reduce the cost of call_loopinvariant in
every bridge that calls a method.
Author: Ronan Lamy
Branch: py3.5
Changeset: r92104:e622a373b04c
Date: 2017-08-07 00:23 +0100
http://bitbucket.org/pypy/pypy/changeset/e622a373b04c/
Log:adapt is_interned_string() for py3
diff --git a/pypy/module/cpyext/test/test_cpyext.py
b/pypy/module/cpyext/test/test_cpyext.py
--- a/pypy/