[pypy-commit] pypy default: Update to cffi/46fc16921624

arigo noreply at buildbot.pypy.org
Mon Apr 29 09:25:47 CEST 2013


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r63744:10a58971c4db
Date: 2013-04-29 09:25 +0200
http://bitbucket.org/pypy/pypy/changeset/10a58971c4db/

Log:	Update to cffi/46fc16921624

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
@@ -2136,6 +2136,7 @@
 def test_errno_callback():
     if globals().get('PY_DOT_PY') == '2.5':
         py.test.skip("cannot run this test on py.py with Python 2.5")
+    set_errno(95)
     def cb():
         e = get_errno()
         set_errno(e - 6)


More information about the pypy-commit mailing list