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
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
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
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
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
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
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
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
@@
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/
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
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
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
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 @@
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 @@
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
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
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
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
18 matches
Mail list logo