Fix optional cdef arguments for c++, possible optimization when not all args are...
authorRobert Bradshaw <robertwb@math.washington.edu>
Sun, 3 Aug 2008 11:02:45 +0000 (04:02 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Sun, 3 Aug 2008 11:02:45 +0000 (04:02 -0700)
commit331758a489379cb12bcf067fe236b35c59848998
treef65f5a9ff2a903d90495cb8377dde63a2a3c17de
parent20383d1f1742ad16de13103cef9fc04fba3fcab3
Fix optional cdef arguments for c++, possible optimization when not all args are used.
Cython/Compiler/ExprNodes.py
Demos/Setup.py
tests/run/cdefoptargs.pyx