prevent subtyping final types in Cython (inside of the same module)
authorStefan Behnel <scoder@users.berlios.de>
Sat, 30 Oct 2010 17:35:26 +0000 (19:35 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 30 Oct 2010 17:35:26 +0000 (19:35 +0200)
commit3fcfc62da07f088c79413fb782b4d8073a5d1c37
tree4bd429afbd124eb103fefbe12a9cd3cd2a010645
parent9b57b1c56271b06108d92cc78f623c1c9b16a12a
prevent subtyping final types in Cython (inside of the same module)
Cython/Compiler/Nodes.py
tests/errors/subtyping_final_class.pyx [new file with mode: 0644]