[pypy-commit] pypy default: Translation fix (uh, unsure what is going on here)

2017-09-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r92448:899e5245de1e Date: 2017-09-24 08:58 +0200 http://bitbucket.org/pypy/pypy/changeset/899e5245de1e/ Log:Translation fix (uh, unsure what is going on here) diff --git a/lib-python/2.7/types.py b/lib-python/2.7/types.py --- a/lib-python/2.7/types.py +

[pypy-commit] pypy default: Issue #2628

2017-09-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r92447:167b802baf3b Date: 2017-09-23 14:43 +0200 http://bitbucket.org/pypy/pypy/changeset/167b802baf3b/ Log:Issue #2628 Take the 'fake_frame' objects returned by sys._current_frames() on PyPy, and make inspect.isframe() return True on th

[pypy-commit] pypy py3.5: Fix for ctypes.cast(bytes)

2017-09-23 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r92446:a600b93a7578 Date: 2017-09-23 13:40 +0200 http://bitbucket.org/pypy/pypy/changeset/a600b93a7578/ Log:Fix for ctypes.cast(bytes) diff --git a/lib_pypy/_ctypes/pointer.py b/lib_pypy/_ctypes/pointer.py --- a/lib_pypy/_ctypes/pointer.py +++ b/li