Author: Armin Rigo
Branch:
Changeset: r92266:99fff483bea8
Date: 2017-08-27 09:10 +0200
http://bitbucket.org/pypy/pypy/changeset/99fff483bea8/
Log:Issue #2625
ctypes.cast("some-string", TP)
diff --git a/lib_pypy/_ctypes/pointer.py b/lib_pypy/_ctypes/pointer.py
--- a/lib_pypy/_ctypes
Author: Armin Rigo
Branch:
Changeset: r92267:c4f7ee9d1f93
Date: 2017-08-27 09:12 +0200
http://bitbucket.org/pypy/pypy/changeset/c4f7ee9d1f93/
Log:test_struct_struct now passes
diff --git a/lib-python/2.7/ctypes/test/test_byteswap.py
b/lib-python/2.7/ctypes/test/test_byteswap.py
--- a/lib-p
Author: Matti Picus
Branch:
Changeset: r92269:fc115074c233
Date: 2017-08-27 19:20 +0300
http://bitbucket.org/pypy/pypy/changeset/fc115074c233/
Log:failing test ' ' + np.string_('abc') should not call
np.string_.__radd__
diff --git a/pypy/module/cpyext/test/test_bytesobject.py
b/pyp
Author: Matti Picus
Branch:
Changeset: r92268:e45fdeb7813a
Date: 2017-08-26 20:02 +0300
http://bitbucket.org/pypy/pypy/changeset/e45fdeb7813a/
Log:test, fix - any str subtype should never have tp_as_a_number.*
functions set
diff --git a/pypy/module/cpyext/test/test_bytesobject.py
b
Author: Matti Picus
Branch:
Changeset: r92270:23392d66a346
Date: 2017-08-27 22:17 +0300
http://bitbucket.org/pypy/pypy/changeset/23392d66a346/
Log:Backed out: fc115074c233, not clear if this is a PyPy bug or a
CPython bug
diff --git a/pypy/module/cpyext/test/test_bytesobject.py
b/p
Author: Armin Rigo
Branch:
Changeset: r92271:2032a21a8320
Date: 2017-08-27 22:35 +0200
http://bitbucket.org/pypy/pypy/changeset/2032a21a8320/
Log:"Fix" the most glaring issue about sandboxing
diff --git a/rpython/translator/sandbox/rsandbox.py
b/rpython/translator/sandbox/rsandbox.py
--- a