[pypy-commit] pypy default: Issue #2625

2017-08-27 Thread arigo
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

[pypy-commit] pypy default: test_struct_struct now passes

2017-08-27 Thread arigo
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

[pypy-commit] pypy default: failing test ' ' + np.string_('abc') should not call np.string_.__radd__

2017-08-27 Thread mattip
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

[pypy-commit] pypy default: test, fix - any str subtype should never have tp_as_a_number.* functions set

2017-08-27 Thread mattip
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

[pypy-commit] pypy default: Backed out: fc115074c233, not clear if this is a PyPy bug or a CPython bug

2017-08-27 Thread mattip
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

[pypy-commit] pypy default: "Fix" the most glaring issue about sandboxing

2017-08-27 Thread arigo
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