Figured out how to use the Python/C API for some builtin functions (such as len)...
authorRobert Bradshaw <robertwb@math.washington.edu>
Fri, 23 Feb 2007 08:18:05 +0000 (00:18 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Fri, 23 Feb 2007 08:18:05 +0000 (00:18 -0800)
commit78ed7c3a28f9d368172d5879debe198e77d0c220
tree3e8d00d27e404d48d3d6ad2e9505518e8cd9cb42
parentbf95cba88a9ffae331016202feb10e129dc46923
Figured out how to use the Python/C API for some builtin functions (such as len) to avoid python calling conventions.
Cython/Compiler/ExprNodes.py
Cython/Compiler/PyrexTypes.py
Cython/Compiler/Symtab.py