Give compiler error on cdef assignments in class bodies, more comments.
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Sun, 20 Jul 2008 10:23:12 +0000 (12:23 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Sun, 20 Jul 2008 10:23:12 +0000 (12:23 +0200)
commit53c0810f8ab74bc89ef0f1a8f60b472d17d989f8
tree31183b9b4c375528f2bdaf393e654d222781600f
parent689f6281a1e356068eddc1363472aaca0e5559df
Give compiler error on cdef assignments in class bodies, more comments.
Cython/Compiler/Errors.py
Cython/Compiler/Main.py
Cython/Compiler/Nodes.py
Cython/Compiler/ParseTreeTransforms.py
tests/errors/e_cdefassign.pyx [new file with mode: 0644]
tests/run/cdefassign.pyx