Use assignable_from for conditional node
authorRobert Bradshaw <robertwb@math.washington.edu>
Tue, 25 Sep 2007 21:47:12 +0000 (14:47 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Tue, 25 Sep 2007 21:47:12 +0000 (14:47 -0700)
commit71930383dbb0a30830c0ed5c2b1affa468786296
tree95e205d0aa491cc97f68c68259e5de476c95d3fa
parentee65439e9a85884a5ff801dbd54559cbb550d99a
Use assignable_from for conditional node

Fixes

cdef int a, b
cdef int *foo = &a if a else &b
Cython/Compiler/ExprNodes.py