removed various invalid syntax combinations for the c(p)def statement (#280)
authorStefan Behnel <scoder@users.berlios.de>
Sun, 3 May 2009 17:47:48 +0000 (19:47 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 3 May 2009 17:47:48 +0000 (19:47 +0200)
commit3f829d6a28c749fe4ae1be7cd931fde5f5847f3c
tree07a0766826cf692bd95c03d0316025e497bdce5d
parentdefbb401f6438eb3d986d65f6d5777ae98ccaca2
removed various invalid syntax combinations for the c(p)def statement (#280)
Cython/Compiler/Parsing.py
tests/errors/cdef_syntax.pyx [new file with mode: 0644]
tests/errors/cpdef_syntax.pyx [new file with mode: 0644]