[pypy-commit] cffi default: potential fix for Py 3.8

2019-02-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r3230:07d1803cb17b Date: 2019-02-25 08:52 +0100 http://bitbucket.org/cffi/cffi/changeset/07d1803cb17b/ Log:potential fix for Py 3.8 diff --git a/c/call_python.c b/c/call_python.c --- a/c/call_python.c +++ b/c/call_python.c @@ -1,3 +1,9 @@ +#if PY_VERSIO

[pypy-commit] pypy newmemoryview-app-level: add newmemoryview via IndirectView backported from py3.6, use in _ctypes/array

2019-02-24 Thread mattip
Author: Matti Picus Branch: newmemoryview-app-level Changeset: r96155:8972b398d0ba Date: 2019-02-24 22:12 +0200 http://bitbucket.org/pypy/pypy/changeset/8972b398d0ba/ Log:add newmemoryview via IndirectView backported from py3.6, use in _ctypes/array diff --git a/lib_pypy/_ctypes/arra

[pypy-commit] pypy newmemoryview-app-level: fix

2019-02-24 Thread mattip
Author: Matti Picus Branch: newmemoryview-app-level Changeset: r96159:c71067a1a79a Date: 2019-02-24 23:51 +0200 http://bitbucket.org/pypy/pypy/changeset/c71067a1a79a/ Log:fix diff --git a/pypy/module/cpyext/memoryobject.py b/pypy/module/cpyext/memoryobject.py --- a/pypy/module/cpyext/memory

[pypy-commit] pypy newmemoryview-app-level: cleanup, add test

2019-02-24 Thread mattip
Author: Matti Picus Branch: newmemoryview-app-level Changeset: r96156:96f4200d74ac Date: 2019-02-24 22:41 +0200 http://bitbucket.org/pypy/pypy/changeset/96f4200d74ac/ Log:cleanup, add test diff --git a/extra_tests/ctypes_tests/test_structures.py b/extra_tests/ctypes_tests/test_structures.py

[pypy-commit] pypy newmemoryview-app-level: w_userdata was unused, make sure view.obj is not NULL

2019-02-24 Thread mattip
Author: Matti Picus Branch: newmemoryview-app-level Changeset: r96157:42a82e91006e Date: 2019-02-24 22:42 +0200 http://bitbucket.org/pypy/pypy/changeset/42a82e91006e/ Log:w_userdata was unused, make sure view.obj is not NULL diff --git a/pypy/module/cpyext/memoryobject.py b/pypy/module/cpye

[pypy-commit] pypy default: skip vectorize tests on 32 bit

2019-02-24 Thread mattip
Author: Matti Picus Branch: Changeset: r96154:5d31ca57807b Date: 2019-02-25 09:19 +0200 http://bitbucket.org/pypy/pypy/changeset/5d31ca57807b/ Log:skip vectorize tests on 32 bit diff --git a/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py b/pypy/module/pypyjit/test_pypy_c/test_micronump

[pypy-commit] pypy newmemoryview-app-level: add itemsize to the new view

2019-02-24 Thread mattip
Author: Matti Picus Branch: newmemoryview-app-level Changeset: r96158:2eee79cfc69a Date: 2019-02-24 23:15 +0200 http://bitbucket.org/pypy/pypy/changeset/2eee79cfc69a/ Log:add itemsize to the new view diff --git a/pypy/module/__pypy__/newmemoryview.py b/pypy/module/__pypy__/newmemoryview.py

[pypy-commit] pypy default: use rpython/conftest.py logic to skip deadline

2019-02-24 Thread mattip
Author: Matti Picus Branch: Changeset: r96153:44e3e9067f96 Date: 2019-02-25 09:18 +0200 http://bitbucket.org/pypy/pypy/changeset/44e3e9067f96/ Log:use rpython/conftest.py logic to skip deadline diff --git a/pypy/conftest.py b/pypy/conftest.py --- a/pypy/conftest.py +++ b/pypy/conftest.py @@

[pypy-commit] pypy default: fix return values

2019-02-24 Thread mattip
Author: Matti Picus Branch: Changeset: r96152:b7859ce44de0 Date: 2019-02-25 08:23 +0200 http://bitbucket.org/pypy/pypy/changeset/b7859ce44de0/ Log:fix return values diff --git a/pypy/module/cpyext/dictobject.py b/pypy/module/cpyext/dictobject.py --- a/pypy/module/cpyext/dictobject.py +++ b/

[pypy-commit] pypy winoverlapped: Fixed first test case for windows events

2019-02-24 Thread andrewjlawrence
Author: andrewjlawrence Branch: winoverlapped Changeset: r96151:aadc1d859506 Date: 2019-02-24 21:19 + http://bitbucket.org/pypy/pypy/changeset/aadc1d859506/ Log:Fixed first test case for windows events diff --git a/lib_pypy/_overlapped.py b/lib_pypy/_overlapped.py --- a/lib_pypy/_overlapp

[pypy-commit] pypy default: fix when malloc() returns an address with the last bit set (arigato)

2019-02-24 Thread mattip
Author: Matti Picus Branch: Changeset: r96149:0bfaff4207c3 Date: 2019-02-24 20:25 +0200 http://bitbucket.org/pypy/pypy/changeset/0bfaff4207c3/ Log:fix when malloc() returns an address with the last bit set (arigato) diff --git a/rpython/rtyper/lltypesystem/llarena.py b/rpython/rtyper/lltyp

[pypy-commit] pypy py3.6: merge default into branch

2019-02-24 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96150:edc5179ca4b1 Date: 2019-02-24 20:28 +0200 http://bitbucket.org/pypy/pypy/changeset/edc5179ca4b1/ Log:merge default into branch diff --git a/rpython/rtyper/lltypesystem/llarena.py b/rpython/rtyper/lltypesystem/llarena.py --- a/rpython/rtype

[pypy-commit] pypy py3.6: merge default into branch

2019-02-24 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96148:0aa14088b8a4 Date: 2019-02-24 16:41 +0200 http://bitbucket.org/pypy/pypy/changeset/0aa14088b8a4/ Log:merge default into branch diff --git a/pypy/conftest.py b/pypy/conftest.py --- a/pypy/conftest.py +++ b/pypy/conftest.py @@ -19,7 +19,7 @@

[pypy-commit] pypy default: len('3.6') is 3, fix comparison

2019-02-24 Thread mattip
Author: Matti Picus Branch: Changeset: r96147:fa5202d97bc9 Date: 2019-02-24 16:40 +0200 http://bitbucket.org/pypy/pypy/changeset/fa5202d97bc9/ Log:len('3.6') is 3, fix comparison diff --git a/pypy/conftest.py b/pypy/conftest.py --- a/pypy/conftest.py +++ b/pypy/conftest.py @@ -10,7 +10,7 @@

[pypy-commit] pypy py3.6: add missing file

2019-02-24 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r96146:57e5774b430e Date: 2019-02-24 15:22 +0100 http://bitbucket.org/pypy/pypy/changeset/57e5774b430e/ Log:add missing file diff --git a/lib-python/3/test/mod_generics_cache.py b/lib-python/3/test/mod_generics_cache.py new file m

[pypy-commit] pypy py3.6: fix test_decimal

2019-02-24 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r96145:3b7015c3581a Date: 2019-02-24 15:06 +0100 http://bitbucket.org/pypy/pypy/changeset/3b7015c3581a/ Log:fix test_decimal diff --git a/lib_pypy/_decimal.py b/lib_pypy/_decimal.py --- a/lib_pypy/_decimal.py +++ b/lib_pypy/_decima

[pypy-commit] pypy py3.6: merge default into branch

2019-02-24 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96144:363f2ef2fd93 Date: 2019-02-24 13:51 +0200 http://bitbucket.org/pypy/pypy/changeset/363f2ef2fd93/ Log:merge default into branch diff --git a/pypy/module/cpyext/typeobject.py b/pypy/module/cpyext/typeobject.py --- a/pypy/module/cpyext/typeobj

[pypy-commit] pypy default: use name instead of c_name to fix translation

2019-02-24 Thread mattip
Author: Matti Picus Branch: Changeset: r96143:8d4ef4fd2096 Date: 2019-02-24 13:37 +0200 http://bitbucket.org/pypy/pypy/changeset/8d4ef4fd2096/ Log:use name instead of c_name to fix translation diff --git a/pypy/module/cpyext/methodobject.py b/pypy/module/cpyext/methodobject.py --- a/pypy/m