From 114e8f0def5f5b056911b4208d2a996791b6486f Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Sat, 14 Mar 2009 13:47:25 -0700 Subject: [PATCH] Fix changeset 1839, both typecasts are valid. --- tests/compile/typecast.pyx | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/compile/typecast.pyx b/tests/compile/typecast.pyx index 9551afb7..c9db7444 100644 --- a/tests/compile/typecast.pyx +++ b/tests/compile/typecast.pyx @@ -1,6 +1,7 @@ cdef void f(obj): cdef int i=0 cdef char *p + p = i p = &i obj = p p = obj -- 2.26.2