Author: Armin Rigo
Branch:
Changeset: r3253:b89baed6d697
Date: 2019-04-02 15:37 +0200
http://bitbucket.org/cffi/cffi/changeset/b89baed6d697/
Log:style
diff --git a/testing/cffi1/test_new_ffi_1.py b/testing/cffi1/test_new_ffi_1.py
--- a/testing/cffi1/test_new_ffi_1.py
+++ b/testing/cffi1/tes
Author: Armin Rigo
Branch:
Changeset: r3254:1af377542a51
Date: 2019-04-02 15:42 +0200
http://bitbucket.org/cffi/cffi/changeset/1af377542a51/
Log:merge heads
diff --git a/cffi/_embedding.h b/cffi/_embedding.h
--- a/cffi/_embedding.h
+++ b/cffi/_embedding.h
@@ -169,8 +169,10 @@
global_di
Author: Ronan Lamy
Branch:
Changeset: r3252:326ee02b5d12
Date: 2019-03-12 16:28 +
http://bitbucket.org/cffi/cffi/changeset/326ee02b5d12/
Log:Fix deprecated uses of pytest.raises()
diff --git a/c/test_c.py b/c/test_c.py
--- a/c/test_c.py
+++ b/c/test_c.py
@@ -1,4 +1,6 @@
import py
+impo
Author: Armin Rigo
Branch:
Changeset: r3257:5aeca29219db
Date: 2019-04-02 16:03 +0200
http://bitbucket.org/cffi/cffi/changeset/5aeca29219db/
Log:merge py3.8-interp-dict: use the official way to do that
diff --git a/c/call_python.c b/c/call_python.c
--- a/c/call_python.c
+++ b/c/call_python.
Author: Armin Rigo
Branch: py3.8-interp-dict
Changeset: r3256:25a0189f4638
Date: 2019-04-02 16:02 +0200
http://bitbucket.org/cffi/cffi/changeset/25a0189f4638/
Log:close branch, ready for merge (python 3.8a3 was released)
___
pypy-commit mailing lis
Author: Armin Rigo
Branch: py3.8-interp-dict
Changeset: r3255:a0845a00fa4c
Date: 2019-04-02 15:55 +0200
http://bitbucket.org/cffi/cffi/changeset/a0845a00fa4c/
Log:hg merge default
diff --git a/c/test_c.py b/c/test_c.py
--- a/c/test_c.py
+++ b/c/test_c.py
@@ -1,4 +1,6 @@
import py
+import py
Author: Armin Rigo
Branch:
Changeset: r96404:67af7a9e5ca2
Date: 2019-04-02 16:25 +0200
http://bitbucket.org/pypy/pypy/changeset/67af7a9e5ca2/
Log:update to cffi/5aeca29219db
diff --git a/extra_tests/cffi_tests/cffi0/backend_tests.py
b/extra_tests/cffi_tests/cffi0/backend_tests.py
--- a/ext
Author: Armin Rigo
Branch:
Changeset: r3258:d5c083291044
Date: 2019-04-02 16:39 +0200
http://bitbucket.org/cffi/cffi/changeset/d5c083291044/
Log:Shut down a warning from recent CPython versions: int() should
always return an int, not a bool
diff --git a/c/_cffi_backend.c b/c/_cffi_b
Author: Armin Rigo
Branch:
Changeset: r3259:dbc31afe99d0
Date: 2019-04-02 16:44 +0200
http://bitbucket.org/cffi/cffi/changeset/dbc31afe99d0/
Log:improve the test on py2.7
diff --git a/c/test_c.py b/c/test_c.py
--- a/c/test_c.py
+++ b/c/test_c.py
@@ -4361,3 +4361,5 @@
BBool = new_primit
Author: Armin Rigo
Branch:
Changeset: r3260:e43fdc644918
Date: 2019-04-02 16:47 +0200
http://bitbucket.org/cffi/cffi/changeset/e43fdc644918/
Log:Two more cases
diff --git a/c/test_c.py b/c/test_c.py
--- a/c/test_c.py
+++ b/c/test_c.py
@@ -4363,3 +4363,7 @@
assert type(x) is int and x =
Author: Armin Rigo
Branch:
Changeset: r96405:afdbea198bb5
Date: 2019-04-02 16:57 +0200
http://bitbucket.org/pypy/pypy/changeset/afdbea198bb5/
Log:update to cffi/e43fdc644918
diff --git a/pypy/module/_cffi_backend/ctypeprim.py
b/pypy/module/_cffi_backend/ctypeprim.py
--- a/pypy/module/_cffi
11 matches
Mail list logo