[pypy-commit] pypy ffistruct: rpython fixes

2012-05-16 Thread antocuni
Author: Antonio Cuni Branch: ffistruct Changeset: r55114:11246454eb46 Date: 2012-05-16 13:44 +0200 http://bitbucket.org/pypy/pypy/changeset/11246454eb46/ Log:rpython fixes diff --git a/pypy/module/_ffi/type_converter.py b/pypy/module/_ffi/type_converter.py --- a/pypy/module/_ffi/type_conver

[pypy-commit] pypy ffistruct: kill duplicate imports, and rpython fix

2012-05-16 Thread antocuni
Author: Antonio Cuni Branch: ffistruct Changeset: r55116:a747c671a834 Date: 2012-05-16 18:11 +0200 http://bitbucket.org/pypy/pypy/changeset/a747c671a834/ Log:kill duplicate imports, and rpython fix diff --git a/pypy/jit/metainterp/optimizeopt/fficall.py b/pypy/jit/metainterp/optimizeopt/ffi

[pypy-commit] pypy ffistruct: more rpython fixes

2012-05-16 Thread antocuni
Author: Antonio Cuni Branch: ffistruct Changeset: r55115:20e0e8443d50 Date: 2012-05-16 15:26 +0200 http://bitbucket.org/pypy/pypy/changeset/20e0e8443d50/ Log:more rpython fixes diff --git a/pypy/module/_ffi/interp_struct.py b/pypy/module/_ffi/interp_struct.py --- a/pypy/module/_ffi/interp_s

[pypy-commit] pypy default: restore missing signals on windows

2012-05-16 Thread mattip
Author: Matti Picus Branch: Changeset: r55117:7ad8c65b2edd Date: 2012-05-16 23:35 +0300 http://bitbucket.org/pypy/pypy/changeset/7ad8c65b2edd/ Log:restore missing signals on windows diff --git a/pypy/module/signal/interp_signal.py b/pypy/module/signal/interp_signal.py --- a/pypy/module/sig