[pypy-commit] pypy py3k-faulthandler: in-progress

2016-09-29 Thread arigo
Author: Armin Rigo Branch: py3k-faulthandler Changeset: r87446:f17896d64f65 Date: 2016-09-29 16:58 +0200 http://bitbucket.org/pypy/pypy/changeset/f17896d64f65/ Log:in-progress diff --git a/pypy/module/faulthandler/__init__.py b/pypy/module/faulthandler/__init__.py --- a/pypy/module/faulthan

[pypy-commit] pypy py3k-faulthandler: in-progress

2016-09-26 Thread arigo
Author: Armin Rigo Branch: py3k-faulthandler Changeset: r87396:80e8de7e078d Date: 2016-09-26 20:17 +0200 http://bitbucket.org/pypy/pypy/changeset/80e8de7e078d/ Log:in-progress diff --git a/rpython/rlib/rvmprof/cintf.py b/rpython/rlib/rvmprof/cintf.py --- a/rpython/rlib/rvmprof/cintf.py +++ b

[pypy-commit] pypy py3k-faulthandler: in-progress

2016-09-23 Thread arigo
Author: Armin Rigo Branch: py3k-faulthandler Changeset: r87350:d7433f65fd0c Date: 2016-09-23 20:05 +0200 http://bitbucket.org/pypy/pypy/changeset/d7433f65fd0c/ Log:in-progress diff --git a/pypy/module/faulthandler/cintf.py b/pypy/module/faulthandler/cintf.py --- a/pypy/module/faulthandler/c

[pypy-commit] pypy py3k-faulthandler: in-progress

2016-09-23 Thread arigo
Author: Armin Rigo Branch: py3k-faulthandler Changeset: r87348:0c67f2b605a3 Date: 2016-09-23 18:52 +0200 http://bitbucket.org/pypy/pypy/changeset/0c67f2b605a3/ Log:in-progress diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace