Fix #156, missing self in cpdef method.
authorRobert Bradshaw <robertwb@math.washington.edu>
Sun, 15 Mar 2009 05:45:55 +0000 (22:45 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Sun, 15 Mar 2009 05:45:55 +0000 (22:45 -0700)
commit8dbd550c002c81ba032f9c7017b6b9f7e3ec0781
treebda8a7f12e58b8ace514c006ba05cb9d1a9d4438
parenta686f03088ae96f3e9eff448bde250d994b5240f
Fix #156, missing self in cpdef method.

--HG--
rename : tests/bugs/missing_self_in_cpdef_method_T156.pyx => tests/errors/missing_self_in_cpdef_method_T156.pyx
Cython/Compiler/Nodes.py
tests/bugs/missing_self_in_cpdef_method_T156.pyx [deleted file]
tests/errors/missing_self_in_cpdef_method_T156.pyx [new file with mode: 0644]