prevent inheriting from PyVarObjects: tuple, bytes and str
authorStefan Behnel <scoder@users.berlios.de>
Sat, 4 Dec 2010 11:54:05 +0000 (12:54 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 4 Dec 2010 11:54:05 +0000 (12:54 +0100)
commit12b64d687e1c69e96a178c17d6e5d63eedfe5939
tree7f77a729add5c569038c6a96c06b609eee6fff36
parentcba8fe496d6e197311db0afb97e08a2c0fba82ed
prevent inheriting from PyVarObjects: tuple, bytes and str
Cython/Compiler/Nodes.py
tests/errors/builtin_type_inheritance.pyx [new file with mode: 0644]