[pypy-commit] pypy py3.5: implement PyMemoryView_FromMemory()

2017-07-03 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r91674:1f8f159f1fdf Date: 2017-07-03 22:34 +0100 http://bitbucket.org/pypy/pypy/changeset/1f8f159f1fdf/ Log:implement PyMemoryView_FromMemory() diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b

[pypy-commit] pypy default: add missing file

2017-07-03 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r91672:b4c172f3c5e8 Date: 2017-07-03 22:31 +0100 http://bitbucket.org/pypy/pypy/changeset/b4c172f3c5e8/ Log:add missing file diff --git a/pypy/module/cpyext/parse/cpyext_memoryobject.h b/pypy/module/cpyext/parse/cpyext_memoryobject.h new file mode 1006

[pypy-commit] pypy py3.5: hg merge default

2017-07-03 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r91673:e8077e1b4dd0 Date: 2017-07-03 22:32 +0100 http://bitbucket.org/pypy/pypy/changeset/e8077e1b4dd0/ Log:hg merge default diff --git a/pypy/module/cpyext/parse/cpyext_memoryobject.h b/pypy/module/cpyext/parse/cpyext_memoryobject.h new file mode

[pypy-commit] pypy py3.5: hg merge default

2017-07-03 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r91671:d5cde34e0278 Date: 2017-07-03 18:49 +0100 http://bitbucket.org/pypy/pypy/changeset/d5cde34e0278/ Log:hg merge default diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pypy/module/cpyext

[pypy-commit] pypy default: Add result_is_ll option to cts.decl()

2017-07-03 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r91670:74beadeefdf0 Date: 2017-06-12 21:23 +0100 http://bitbucket.org/pypy/pypy/changeset/74beadeefdf0/ Log:Add result_is_ll option to cts.decl() diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/py

[pypy-commit] pypy default: Define PyMemoryViewObject from C code

2017-07-03 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r91669:bb398c8ed6e0 Date: 2017-07-03 18:35 +0100 http://bitbucket.org/pypy/pypy/changeset/bb398c8ed6e0/ Log:Define PyMemoryViewObject from C code diff --git a/pypy/module/cpyext/include/memoryobject.h b/pypy/module/cpyext/include/memoryobject.h --- a/p