[pypy-commit] pypy py3tests: apptest_ files do need to be collected when running without -A

2018-04-16 Thread rlamy
Author: Ronan Lamy Branch: py3tests Changeset: r94357:88f2cbae0c90 Date: 2018-04-17 03:45 +0100 http://bitbucket.org/pypy/pypy/changeset/88f2cbae0c90/ Log:apptest_ files do need to be collected when running without -A diff --git a/pypy/conftest.py b/pypy/conftest.py --- a/pypy/conftest.py ++

[pypy-commit] pypy py3tests: Move all pypy/module/*/__init__.py to pypy/module/*/moduledef.py (breaks the world a little)

2018-04-16 Thread rlamy
Author: Ronan Lamy Branch: py3tests Changeset: r94356:543e3bec6299 Date: 2018-04-17 00:39 +0100 http://bitbucket.org/pypy/pypy/changeset/543e3bec6299/ Log:Move all pypy/module/*/__init__.py to pypy/module/*/moduledef.py (breaks the world a little) This will allow py3 to impor

[pypy-commit] pypy py3tests: Convert test_boolobject.py

2018-04-16 Thread rlamy
Author: Ronan Lamy Branch: py3tests Changeset: r94352:faae29c1f3fd Date: 2018-04-16 17:36 +0100 http://bitbucket.org/pypy/pypy/changeset/faae29c1f3fd/ Log:Convert test_boolobject.py diff --git a/pypy/objspace/std/test/apptest_boolobject.py b/pypy/objspace/std/test/apptest_boolobject.py new

[pypy-commit] pypy default: update to cffi/17c94f9cb463

2018-04-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r94351:3f46c49c65fa Date: 2018-04-16 17:45 +0200 http://bitbucket.org/pypy/pypy/changeset/3f46c49c65fa/ Log:update to cffi/17c94f9cb463 diff --git a/pypy/module/_cffi_backend/ctypearray.py b/pypy/module/_cffi_backend/ctypearray.py --- a/pypy/module/_cf

[pypy-commit] cffi default: Issue #363

2018-04-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r3117:17c94f9cb463 Date: 2018-04-16 17:40 +0200 http://bitbucket.org/cffi/cffi/changeset/17c94f9cb463/ Log:Issue #363 Improve the error message for ffi.new(_, XX) diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/

[pypy-commit] pypy gc-hooks: hg merge default

2018-04-16 Thread antocuni
Author: Antonio Cuni Branch: gc-hooks Changeset: r94350:8711cbc8d281 Date: 2018-04-16 12:36 + http://bitbucket.org/pypy/pypy/changeset/8711cbc8d281/ Log:hg merge default diff --git a/pypy/doc/how-to-release.rst b/pypy/doc/how-to-release.rst --- a/pypy/doc/how-to-release.rst +++ b/pypy/do

[pypy-commit] pypy gc-hooks: fix translation on 32bit

2018-04-16 Thread antocuni
Author: Antonio Cuni Branch: gc-hooks Changeset: r94349:41878f255d82 Date: 2018-04-16 12:33 + http://bitbucket.org/pypy/pypy/changeset/41878f255d82/ Log:fix translation on 32bit diff --git a/pypy/module/gc/hook.py b/pypy/module/gc/hook.py --- a/pypy/module/gc/hook.py +++ b/pypy/module/gc

[pypy-commit] pypy gc-hooks: try to fix translation

2018-04-16 Thread antocuni
Author: Antonio Cuni Branch: gc-hooks Changeset: r94348:2ca9948f1f76 Date: 2018-04-16 11:57 +0200 http://bitbucket.org/pypy/pypy/changeset/2ca9948f1f76/ Log:try to fix translation diff --git a/pypy/module/__pypy__/interp_debug.py b/pypy/module/__pypy__/interp_debug.py --- a/pypy/module/__py

[pypy-commit] pypy gc-hooks: expose rlib.rtimer.read_timestamp as __pypy__.debug_read_timestamp. The underlying idea is that these values are now exposed to applevel by gchooks (in particular, stats.d

2018-04-16 Thread antocuni
Author: Antonio Cuni Branch: gc-hooks Changeset: r94346:d68302cf28a3 Date: 2018-04-16 11:33 +0200 http://bitbucket.org/pypy/pypy/changeset/d68302cf28a3/ Log:expose rlib.rtimer.read_timestamp as __pypy__.debug_read_timestamp. The underlying idea is that these values are now exposed to

[pypy-commit] pypy gc-hooks: add JIT support for rtimer.get_timestamp_unit

2018-04-16 Thread antocuni
Author: Antonio Cuni Branch: gc-hooks Changeset: r94345:43e5624d7947 Date: 2018-04-16 11:27 +0200 http://bitbucket.org/pypy/pypy/changeset/43e5624d7947/ Log:add JIT support for rtimer.get_timestamp_unit diff --git a/rpython/jit/codewriter/jtransform.py b/rpython/jit/codewriter/jtransform.py

[pypy-commit] pypy gc-hooks: expose rtimer.get_timestamp_unit to applevel, for the same motivations as the previous commit

2018-04-16 Thread antocuni
Author: Antonio Cuni Branch: gc-hooks Changeset: r94347:0803e12ba2c3 Date: 2018-04-16 11:37 +0200 http://bitbucket.org/pypy/pypy/changeset/0803e12ba2c3/ Log:expose rtimer.get_timestamp_unit to applevel, for the same motivations as the previous commit diff --git a/pypy/module/__pypy__

[pypy-commit] pypy gc-hooks: add rlib.rtimer.get_timestamp_unit, which tells some info about the value returned by read_timestamp; will expose an app-level interface later

2018-04-16 Thread antocuni
Author: Antonio Cuni Branch: gc-hooks Changeset: r94344:76a781fe5853 Date: 2018-04-16 11:20 +0200 http://bitbucket.org/pypy/pypy/changeset/76a781fe5853/ Log:add rlib.rtimer.get_timestamp_unit, which tells some info about the value returned by read_timestamp; will expose an app-level i