[pypy-commit] pypy default: update to 230624c57bf7

pjenvey noreply at buildbot.pypy.org
Fri Feb 15 22:29:28 CET 2013


Author: Philip Jenvey <pjenvey at underboss.org>
Branch: 
Changeset: r61289:42e4a7274ee9
Date: 2013-02-15 13:29 -0800
http://bitbucket.org/pypy/pypy/changeset/42e4a7274ee9/

Log:	update to 230624c57bf7

diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py b/pypy/module/_cffi_backend/test/_backend_test_c.py
--- a/pypy/module/_cffi_backend/test/_backend_test_c.py
+++ b/pypy/module/_cffi_backend/test/_backend_test_c.py
@@ -1404,7 +1404,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:


More information about the pypy-commit mailing list