[pypy-commit] pypy cpyext-ext: fixes from merge

2016-04-18 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83752:54c98869472f Date: 2016-04-18 22:14 +0300 http://bitbucket.org/pypy/pypy/changeset/54c98869472f/ Log:fixes from merge diff --git a/pypy/module/cpyext/test/test_sequence.py b/pypy/module/cpyext/test/test_sequence.py --- a/pypy/module/cpyext

[pypy-commit] pypy cpyext-ext: fixes for win32

2016-03-24 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83319:ca63eb4f0726 Date: 2016-03-24 01:42 +0200 http://bitbucket.org/pypy/pypy/changeset/ca63eb4f0726/ Log:fixes for win32 diff --git a/pypy/module/cpyext/include/floatobject.h b/pypy/module/cpyext/include/floatobject.h --- a/pypy/module/cpyext/

[pypy-commit] pypy cpyext-ext: fixes

2016-02-21 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82361:3472ea77ece7 Date: 2016-02-21 10:12 +0100 http://bitbucket.org/pypy/pypy/changeset/3472ea77ece7/ Log:fixes diff --git a/pypy/module/cpyext/sequence.py b/pypy/module/cpyext/sequence.py --- a/pypy/module/cpyext/sequence.py +++ b/pypy/module/c