support for 'final' cdef types using a directive decorator
authorStefan Behnel <scoder@users.berlios.de>
Sat, 30 Oct 2010 17:04:39 +0000 (19:04 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 30 Oct 2010 17:04:39 +0000 (19:04 +0200)
commit9b57b1c56271b06108d92cc78f623c1c9b16a12a
tree5489b920ff6f7ff5df9d18ce63b90fa5035192c3
parent4fabd474d30ce2e070beb79c3b66bd1450a2aa38
support for 'final' cdef types using a directive decorator
Cython/Compiler/Options.py
Cython/Compiler/TypeSlots.py
tests/run/final_cdef_class.pyx [new file with mode: 0644]