Binding PyCFunction type.
authorRobert Bradshaw <robertwb@math.washington.edu>
Sun, 31 Jan 2010 09:42:42 +0000 (01:42 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Sun, 31 Jan 2010 09:42:42 +0000 (01:42 -0800)
commit6d66c50bd16a8788a50e26d114938e9a3a6ef8e6
treef5a5121f5ca9b296a82942db9ccce69c9a35e1d0
parentd18a809b53e5376930c0a3953e831dbdfdc82f0f
Binding PyCFunction type.

This is a bit hackish, but creating a wrapper type would be as well, but
would also have a performance penalty.
Cython/Compiler/ExprNodes.py
Cython/Compiler/ModuleNode.py
Cython/Compiler/Naming.py
Cython/Compiler/Nodes.py