[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pypy-svn
Subject:    [pypy-commit] cffi default: Remove old 'flags=' which is just ignored by distutils
From:       arigo <noreply () buildbot ! pypy ! org>
Date:       2015-05-31 13:11:10
Message-ID: 20150531131110.A24A01C02E1 () cobra ! cs ! uni-duesseldorf ! de
[Download RAW message or body]

Author: Armin Rigo <arigo@tunes.org>
Branch: 
Changeset: r2144:21420a443087
Date: 2015-05-31 15:11 +0200
http://bitbucket.org/cffi/cffi/changeset/21420a443087/

Log:	Remove old 'flags=' which is just ignored by distutils

diff --git a/testing/cffi1/test_verify1.py b/testing/cffi1/test_verify1.py
--- a/testing/cffi1/test_verify1.py
+++ b/testing/cffi1/test_verify1.py
@@ -2133,8 +2133,7 @@
     # Hack, using modulename makes the test fail
     ffi2 = FFI()
     ffi2.cdef("int foo_verify_dlopen_flags;")
-    lib2 = ffi2.verify("int foo_verify_dlopen_flags;",
-                       flags=ffi2.RTLD_GLOBAL | ffi2.RTLD_LAZY)
+    lib2 = ffi2.verify("int foo_verify_dlopen_flags;")
     return lib2
 
 def test_consider_not_implemented_function_type():
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic