Disallow <double*>obj (#313). Also removes warning for <void*>obj.
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Thu, 14 May 2009 13:25:49 +0000 (15:25 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Thu, 14 May 2009 13:25:49 +0000 (15:25 +0200)
commit1eb5949290c42fdb72532c8f812d03eb378515b5
treece52420609e929224c3f5ab8f4ece169b9352663
parentd125223d1622cc60b8ea266b6a5abb54a45d40e8
Disallow <double*>obj (#313). Also removes warning for <void*>obj.
Cython/Compiler/ExprNodes.py
tests/errors/pyobjcastdisallow_T313.pyx [new file with mode: 0644]
tests/run/pyobjcast_T313.pyx [new file with mode: 0644]