fix crash when calling non-trivial type constructors
authorStefan Behnel <scoder@users.berlios.de>
Fri, 11 Dec 2009 14:46:18 +0000 (15:46 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 11 Dec 2009 14:46:18 +0000 (15:46 +0100)
commitff35cf52cc5404eb0023b4880e89f281a5e7d4c0
treedc56cd71c1a2e9f699f699cbe08f011f6f18a38a
parent1f0a5deb4271cd4bb40be1efb54be5e24fdc6398
fix crash when calling non-trivial type constructors
Cython/Compiler/ExprNodes.py
tests/run/clone_type.pyx [new file with mode: 0644]