removed various invalid syntax combinations for the c(p)def statement (#280)
authorStefan Behnel <scoder@users.berlios.de>
Sun, 3 May 2009 18:38:21 +0000 (20:38 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 3 May 2009 18:38:21 +0000 (20:38 +0200)
commitfc0bfb4d39f00e01fd51da36bab982be4f1bf96d
tree2309b83b9c745bef3e899c60a48784b7d2d71e7a
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]