allow decorators on classes in the parser, just disable them on cdef classes later on
authorStefan Behnel <scoder@users.berlios.de>
Sat, 30 Oct 2010 12:39:54 +0000 (14:39 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 30 Oct 2010 12:39:54 +0000 (14:39 +0200)
commit0722bb267e8c969a4f742377f09779d74c3657ee
treef03a681ab22b343d7d51b7d5b112d3a59f319ecc
parent305e7ba8b5fb93c80f31937652b620c726d869d8
allow decorators on classes in the parser, just disable them on cdef classes later on
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/Parsing.py