Fix cpdef functions with pointer return parameters, make cpdef functions coercable...
authorRobert Bradshaw <robertwb@math.washington.edu>
Sun, 30 Mar 2008 09:18:18 +0000 (02:18 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Sun, 30 Mar 2008 09:18:18 +0000 (02:18 -0700)
commit613720247b534fbe8fef2352f81349245387f0ad
treeb30e02166ba2cd7b66f3e57e5a7f6775628312f6
parent2225853eed56edda0effc8addab220593fc4a4bc
Fix cpdef functions with pointer return parameters, make cpdef functions coercable into objects.
Cython/Compiler/ExprNodes.py
Cython/Compiler/Nodes.py