minor refactoring; fix handling first argument in classmethods; fix ticket #462:...
authorStefan Behnel <scoder@users.berlios.de>
Sat, 5 Dec 2009 22:39:57 +0000 (23:39 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 5 Dec 2009 22:39:57 +0000 (23:39 +0100)
commit8b7c9fef9f33744437017de9d0c961ecf34fdbb7
treea906d71bade921188934060f26c91fb5a71c1598
parentb6804cab5d97f1342f1233d258a8ee08c0a3f545
minor refactoring; fix handling first argument in classmethods; fix ticket #462: allow method(*args) in cdef classes
Cython/Compiler/Nodes.py
tests/bugs.txt
tests/run/cdef_classmethod.pyx [new file with mode: 0644]
tests/run/cdef_methods_T462.pyx