some test fixes
authorRobert Bradshaw <robertwb@math.washington.edu>
Sat, 17 Oct 2009 09:04:04 +0000 (02:04 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Sat, 17 Oct 2009 09:04:04 +0000 (02:04 -0700)
tests/errors/e_cdef_keywords_T241.pyx
tests/errors/nogil.pyx

index 179434bd1d7c7614b596c2c300120d24096a9a71..e8289aaaa1e7663e88b3e47686e671b8d3d96339 100644 (file)
@@ -14,6 +14,6 @@ a.some_method(1, 2)
 a.some_method(1, y=2)
 
 _ERRORS = u"""
-9:13: Keyword arguments not allowed in cdef functions.
-14:13: Keyword arguments not allowed in cdef functions.
+9:13: Keyword and starred arguments not allowed in cdef functions.
+14:13: Keyword and starred arguments not allowed in cdef functions.
 """
index a16386ce00e75b74b3c89485480f0096c078cd06..f0c5dfa318ca131d1b45dc352771a86362a41aad 100644 (file)
@@ -116,9 +116,7 @@ _ERRORS = u"""
 39: 9: Constructing Python tuple not allowed without gil
 40: 8: Constructing Python list not allowed without gil
 41: 8: Constructing Python dict not allowed without gil
-42:12: Creating temporary Python reference not allowed without gil
 42:12: Truth-testing Python object not allowed without gil
-42:17: Creating temporary Python reference not allowed without gil
 43:13: Python type test not allowed without gil
 45:10: Operation not allowed without gil
 46:8: Operation not allowed without gil