[pypy-commit] pypy gc-hooks: add docs about GC hooks

2018-04-17 Thread antocuni
Author: Antonio Cuni Branch: gc-hooks Changeset: r94358:3fe7e9dc4d49 Date: 2018-04-17 11:22 +0200 http://bitbucket.org/pypy/pypy/changeset/3fe7e9dc4d49/ Log:add docs about GC hooks diff --git a/pypy/doc/gc_info.rst b/pypy/doc/gc_info.rst --- a/pypy/doc/gc_info.rst +++ b/pypy/doc/gc_info.rst

[pypy-commit] pypy gc-hooks: update whatsnew

2018-04-17 Thread antocuni
Author: Antonio Cuni Branch: gc-hooks Changeset: r94359:781821b4228a Date: 2018-04-17 12:07 +0200 http://bitbucket.org/pypy/pypy/changeset/781821b4228a/ Log:update whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/wh

[pypy-commit] pypy default: merge the gc-hooks branch: it is now possible to install app-level hooks which are triggered whenever a specific GC activity occurs

2018-04-17 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r94361:5bd740a5496c Date: 2018-04-17 12:09 +0200 http://bitbucket.org/pypy/pypy/changeset/5bd740a5496c/ Log:merge the gc-hooks branch: it is now possible to install app-level hooks which are triggered whenever a specific GC activity occurs dif

[pypy-commit] pypy gc-hooks: close merged branch

2018-04-17 Thread antocuni
Author: Antonio Cuni Branch: gc-hooks Changeset: r94360:7af841458a81 Date: 2018-04-17 12:08 +0200 http://bitbucket.org/pypy/pypy/changeset/7af841458a81/ Log:close merged branch ___ pypy-commit mailing list [email protected] https://mail.python

[pypy-commit] pypy py3.5: hg merge gc-hooks

2018-04-17 Thread antocuni
Author: Antonio Cuni Branch: py3.5 Changeset: r94362:dcf6cc8d15a3 Date: 2018-04-17 14:06 +0100 http://bitbucket.org/pypy/pypy/changeset/dcf6cc8d15a3/ Log:hg merge gc-hooks diff --git a/pypy/doc/gc_info.rst b/pypy/doc/gc_info.rst --- a/pypy/doc/gc_info.rst +++ b/pypy/doc/gc_info.rst @@ -121,6

[pypy-commit] pypy py3tests: fix fix fix

2018-04-17 Thread rlamy
Author: Ronan Lamy Branch: py3tests Changeset: r94363:18e33a4f6b3e Date: 2018-04-17 22:22 +0100 http://bitbucket.org/pypy/pypy/changeset/18e33a4f6b3e/ Log:fix fix fix diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.py +++ b

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

2018-04-17 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94364:5a7eeaf512fc Date: 2018-04-18 01:00 +0300 http://bitbucket.org/pypy/pypy/changeset/5a7eeaf512fc/ Log:merge default into py3.5 diff --git a/pypy/module/_cffi_backend/ctypearray.py b/pypy/module/_cffi_backend/ctypearray.py --- a/pypy/module/

[pypy-commit] pypy py3tests: Fix token module

2018-04-17 Thread rlamy
Author: Ronan Lamy Branch: py3tests Changeset: r94366:b29602856871 Date: 2018-04-18 01:38 +0100 http://bitbucket.org/pypy/pypy/changeset/b29602856871/ Log:Fix token module diff --git a/pypy/module/_cffi_backend/ctypefunc.py b/pypy/module/_cffi_backend/ctypefunc.py --- a/pypy/module/_cffi_ba

[pypy-commit] pypy py3tests: fix _cffi_backend

2018-04-17 Thread rlamy
Author: Ronan Lamy Branch: py3tests Changeset: r94367:9b98fe93055e Date: 2018-04-18 02:12 +0100 http://bitbucket.org/pypy/pypy/changeset/9b98fe93055e/ Log:fix _cffi_backend diff --git a/pypy/module/_cffi_backend/__init__.py b/pypy/module/_cffi_backend/__init__.py --- a/pypy/module/_cffi_bac

[pypy-commit] pypy py3tests: fix checkmodule

2018-04-17 Thread rlamy
Author: Ronan Lamy Branch: py3tests Changeset: r94368:1c10c2181fc3 Date: 2018-04-18 02:15 +0100 http://bitbucket.org/pypy/pypy/changeset/1c10c2181fc3/ Log:fix checkmodule diff --git a/pypy/objspace/fake/checkmodule.py b/pypy/objspace/fake/checkmodule.py --- a/pypy/objspace/fake/checkmodule.

[pypy-commit] pypy py3tests: fix cmath

2018-04-17 Thread rlamy
Author: Ronan Lamy Branch: py3tests Changeset: r94369:e388019b5e34 Date: 2018-04-18 02:21 +0100 http://bitbucket.org/pypy/pypy/changeset/e388019b5e34/ Log:fix cmath diff --git a/pypy/module/cmath/interp_cmath.py b/pypy/module/cmath/interp_cmath.py --- a/pypy/module/cmath/interp_cmath.py +++