Fix bad self argument crash in cpdef methods (#165)
authorRobert Bradshaw <robertwb@math.washington.edu>
Wed, 25 Mar 2009 22:00:06 +0000 (15:00 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Wed, 25 Mar 2009 22:00:06 +0000 (15:00 -0700)
commit5dbb42b3c4a770a03c54689b6f0cf09f989f6cef
tree28465f5d0ff5e2957dac9dfec6ca1831c4ebaf4e
parent11ed9af821654f83a55713bd3e132a45b56c6130
Fix bad self argument crash in cpdef methods (#165)

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