use type.as_argument_type() when adapting temp types, include C function types in...
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 18 Nov 2012 05:58:45 +0000 (06:58 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 18 Nov 2012 05:58:45 +0000 (06:58 +0100)
commit452c65161cb94e1399c3ed442b364070ebbd7b7e
treee2aacde89214ad30d5b5c43a265268c0060819a6
parentc3c2401c6ad6157cb00821b95f8e8ebea2e0186c
use type.as_argument_type() when adapting temp types, include C function types in special cases
Cython/Compiler/ExprNodes.py
Cython/Compiler/PyrexTypes.py