[pypy-commit] pypy py3.6: IN-PROGRESS: Implement sys.get_asyncgen_hooks() and sys.get_asyncgen_hooks(). This needs to made thread-local eventually.

2018-03-29 Thread mjacob
Author: Manuel Jacob Branch: py3.6 Changeset: r94173:aa53932d50e0 Date: 2018-03-22 17:00 +0100 http://bitbucket.org/pypy/pypy/changeset/aa53932d50e0/ Log:IN-PROGRESS: Implement sys.get_asyncgen_hooks() and sys.get_asyncgen_hooks(). This needs to made thread-local eventually.

[pypy-commit] pypy py3.6: in-progress

2017-07-16 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r91884:2d1ce02f13b7 Date: 2017-07-16 11:48 +0200 http://bitbucket.org/pypy/pypy/changeset/2d1ce02f13b7/ Log:in-progress diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py --- a/pypy/interpreter/error.py +++ b/pypy/interpreter/error.