[pypy-commit] pypy reflex-support: translation fixes and extra test to catch them earlier next time

2012-04-24 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r54739:c606b30252d7 Date: 2012-04-24 11:48 -0700 http://bitbucket.org/pypy/pypy/changeset/c606b30252d7/ Log:translation fixes and extra test to catch them earlier next time diff --git a/pypy/module/cppyy/capi/__init__.py b/pypy/module/

[pypy-commit] pypy reflex-support: translation fixes

2011-08-15 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r46527:e905f7933a3e Date: 2011-08-15 17:51 -0700 http://bitbucket.org/pypy/pypy/changeset/e905f7933a3e/ Log:translation fixes diff --git a/pypy/module/cppyy/converter.py b/pypy/module/cppyy/converter.py --- a/pypy/module/cppyy/converter

[pypy-commit] pypy reflex-support: translation fixes (all rawobject now ccharp for benefit of direct_ptradd)

2011-07-13 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r45568:5ccedc547337 Date: 2011-07-13 10:36 -0700 http://bitbucket.org/pypy/pypy/changeset/5ccedc547337/ Log:translation fixes (all rawobject now ccharp for benefit of direct_ptradd) diff --git a/pypy/module/cppyy/converter.py b/

[pypy-commit] pypy reflex-support: translation fixes: immutability consistency

2011-05-21 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r44359:c442968f6009 Date: 2011-05-21 19:48 -0700 http://bitbucket.org/pypy/pypy/changeset/c442968f6009/ Log:translation fixes: immutability consistency diff --git a/pypy/module/cppyy/converter.py b/pypy/module/cppyy/converter.py --- a/p

[pypy-commit] pypy reflex-support: translation fixes: immutability consistency

2011-05-21 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r44358:e3f9b01f2aa1 Date: 2011-05-21 11:33 -0700 http://bitbucket.org/pypy/pypy/changeset/e3f9b01f2aa1/ Log:translation fixes: immutability consistency diff --git a/pypy/module/cppyy/interp_cppyy.py b/pypy/module/cppyy/interp_cppyy.py

[pypy-commit] pypy reflex-support: translation fixes

2011-05-17 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r44265:2e8a5d96cd07 Date: 2011-05-17 14:33 -0700 http://bitbucket.org/pypy/pypy/changeset/2e8a5d96cd07/ Log:translation fixes diff --git a/pypy/module/cppyy/converter.py b/pypy/module/cppyy/converter.py --- a/pypy/module/cppyy/converter