automatically replace calls to builtin.__contains__() with the corresponding C-API...
authorStefan Behnel <stefan_ml@behnel.de>
Fri, 22 Feb 2013 19:07:09 +0000 (20:07 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Fri, 22 Feb 2013 19:07:09 +0000 (20:07 +0100)
commit18933f25663401999c10722833251725ca2134c6
tree7543c9a813e54543af4b8a6e0f5e56a933a93d19
parent2608935e665cb550540934b74e2b4685d0835ed8
automatically replace calls to builtin.__contains__() with the corresponding C-API function and enable optimisation of unbound builtin methods for subtypes
Cython/Compiler/Builtin.py
Cython/Compiler/ExprNodes.py
Cython/Compiler/PyrexTypes.py
Cython/Compiler/Symtab.py
tests/run/unbound_special_methods.pyx [new file with mode: 0644]