Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r1159:230624c57bf7
Date: 2013-02-15 22:25 +0100
http://bitbucket.org/cffi/cffi/changeset/230624c57bf7/

Log:    Kill a debugging print (and make it py3k compatible again)

diff --git a/c/test_c.py b/c/test_c.py
--- a/c/test_c.py
+++ b/c/test_c.py
@@ -1412,7 +1412,6 @@
     BInt = new_primitive_type("int")
     BEnum = new_enum_type("foo", ('def', 'c', 'ab'), (0, 1, 20))
     def cb(n):
-        print n
         if n & 1:
             return cast(BEnum, n)
         else:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to