optimise MyType.__new__(MyType) into a tp_new() slot call
authorStefan Behnel <scoder@users.berlios.de>
Sat, 31 Oct 2009 13:01:34 +0000 (14:01 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 31 Oct 2009 13:01:34 +0000 (14:01 +0100)
commit80359387be15c26d59831076a45a58c171d65ead
tree93c7f1235395415724039585862023ad6ef16514
parent7138b1d2a06586d698c0972639f8fea37a62298a
optimise MyType.__new__(MyType) into a tp_new() slot call
Cython/Compiler/Optimize.py
tests/errors/tp_new_errors.pyx [new file with mode: 0644]
tests/run/tp_new.pyx [new file with mode: 0644]