[pypy-commit] pypy default: Add a get_raw_address() in the base class---better than segfaulting due

2018-07-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r94884:6868da604e68 Date: 2018-07-23 18:18 +0200 http://bitbucket.org/pypy/pypy/changeset/6868da604e68/ Log:Add a get_raw_address() in the base class---better than segfaulting due to calls to a missing method! diff --git

[pypy-commit] pypy py3.5: Give a warning when we can't import _hashlib

2018-07-23 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r94883:f21562687ea4 Date: 2018-07-23 18:10 +0200 http://bitbucket.org/pypy/pypy/changeset/f21562687ea4/ Log:Give a warning when we can't import _hashlib diff --git a/lib-python/3/hashlib.py b/lib-python/3/hashlib.py --- a/lib-python/3/hashlib.py

[pypy-commit] pypy default: Give a warning when we can't import _hashlib

2018-07-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r94882:f59578325003 Date: 2018-07-23 18:10 +0200 http://bitbucket.org/pypy/pypy/changeset/f59578325003/ Log:Give a warning when we can't import _hashlib diff --git a/lib-python/2.7/hashlib.py b/lib-python/2.7/hashlib.py --- a/lib-python/2.7/hashlib.py

[pypy-commit] pypy py3.5: hg merge default

2018-07-23 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r94885:130fbb74dab5 Date: 2018-07-23 18:20 +0200 http://bitbucket.org/pypy/pypy/changeset/130fbb74dab5/ Log:hg merge default diff too long, truncating to 2000 out of 2216 lines diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py

[pypy-commit] pypy py3.5: Remove this get_raw_address() now that we have one in the base class

2018-07-23 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r94886:8e5a7f8a9bf2 Date: 2018-07-23 18:30 +0200 http://bitbucket.org/pypy/pypy/changeset/8e5a7f8a9bf2/ Log:Remove this get_raw_address() now that we have one in the base class diff --git a/pypy/module/_io/interp_bytesio.py

[pypy-commit] pypy default: Issue #2853

2018-07-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r94881:24a43b6a4d73 Date: 2018-07-23 17:33 +0200 http://bitbucket.org/pypy/pypy/changeset/24a43b6a4d73/ Log:Issue #2853 Patch by Babak F. diff --git a/rpython/rlib/rvmprof/cintf.py b/rpython/rlib/rvmprof/cintf.py ---