Correct flags on special methods so one can call their python functions directly.
authorRobert Bradshaw <robertwb@math.washington.edu>
Fri, 17 Aug 2007 23:11:06 +0000 (16:11 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Fri, 17 Aug 2007 23:11:06 +0000 (16:11 -0700)
commita51cac493e3444d557daf76ea95a2407fa5afe20
tree6f25703a75ac418f100bd37405c567453fbe2cfe
parenta9fa4bda1d1dfd86470b1daf1eff2f66f855c7d9
Correct flags on special methods so one can call their python functions directly.
Cython/Compiler/Code.py
Cython/Compiler/Symtab.py