Add optional args to any cdef overridden function
authorRobert Bradshaw <robertwb@math.washington.edu>
Thu, 7 Feb 2008 23:59:58 +0000 (15:59 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Thu, 7 Feb 2008 23:59:58 +0000 (15:59 -0800)
commit36f3f6d0d353e26f5906613ecf87a52a946a51b0
treee0ad11e92f341c5c72f85e014be36163fa21c05b
parent9ada8c82357a10673f062c922c6fa745cefd04e6
Add optional args to any cdef overridden function
Cython/Compiler/ExprNodes.py
Cython/Compiler/Naming.py
Cython/Compiler/Nodes.py
Cython/Compiler/PyrexTypes.py
Cython/Compiler/Symtab.py