Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r3127:30d95e2748ec
Date: 2018-07-07 17:38 +0200
http://bitbucket.org/cffi/cffi/changeset/30d95e2748ec/

Log:    Last version where we still give this warning, thinking about
        turning it into an error now

diff --git a/c/test_c.py b/c/test_c.py
--- a/c/test_c.py
+++ b/c/test_c.py
@@ -3946,7 +3946,7 @@
 
 def test_char_pointer_conversion():
     import warnings
-    assert __version__.startswith(("1.8", "1.9", "1.10", "1.11")), (
+    assert __version__.startswith(("1.8", "1.9", "1.10", "1.11", "1.12")), (
         "consider turning the warning into an error")
     BCharP = new_pointer_type(new_primitive_type("char"))
     BIntP = new_pointer_type(new_primitive_type("int"))
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to