[pypy-commit] pypy sandbox-lib: expand the interface, still only theoretical

2017-01-01 Thread arigo
Author: Armin Rigo Branch: sandbox-lib Changeset: r89283:be4412e6ecf2 Date: 2016-12-29 19:02 +0100 http://bitbucket.org/pypy/pypy/changeset/be4412e6ecf2/ Log:expand the interface, still only theoretical diff --git a/rpython/translator/rsandbox/src/part.h b/rpython/translator/rsandbox/src/pa

[pypy-commit] pypy sandbox-lib: string => bytes

2017-01-01 Thread arigo
Author: Armin Rigo Branch: sandbox-lib Changeset: r89282:3d02cf9459c7 Date: 2016-12-28 17:59 +0100 http://bitbucket.org/pypy/pypy/changeset/3d02cf9459c7/ Log:string => bytes diff --git a/rpython/translator/rsandbox/src/part.h b/rpython/translator/rsandbox/src/part.h --- a/rpython/translator

[pypy-commit] pypy default: document branch

2017-01-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r89286:999ff3b3f9a4 Date: 2017-01-01 11:31 +0100 http://bitbucket.org/pypy/pypy/changeset/999ff3b3f9a4/ Log:document branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-hea

[pypy-commit] pypy default: hg merge boehm-rawrefcount

2017-01-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r89284:a3aedbe6023d Date: 2017-01-01 11:27 +0100 http://bitbucket.org/pypy/pypy/changeset/a3aedbe6023d/ Log:hg merge boehm-rawrefcount A branch to add minimal support for rawrefcount in Boehm translations. This is needed by revdb. diff

[pypy-commit] pypy default: Allow --gc=boehm with the cpyext module.

2017-01-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r89285:257848776fca Date: 2017-01-01 11:30 +0100 http://bitbucket.org/pypy/pypy/changeset/257848776fca/ Log:Allow --gc=boehm with the cpyext module. diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py --- a/pypy/goal/targ