make 'complex' the C double complex type instead of Python's complex object type
authorStefan Behnel <scoder@users.berlios.de>
Sat, 4 Dec 2010 09:40:12 +0000 (10:40 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 4 Dec 2010 09:40:12 +0000 (10:40 +0100)
commitd9ce56c7b08274eab94534b4e65219e7d5718542
treea93249325e21e7bf497aac073e121e06058affe9
parent3e75aa6c6086c43b5d0226aa49b6c134e047462b
make 'complex' the C double complex type instead of Python's complex object type
Cython/Compiler/Nodes.py
Cython/Compiler/PyrexTypes.py