use more CPython-like (and potentially faster) _PyType_Lookup() for internal special...
authorStefan Behnel <stefan_ml@behnel.de>
Fri, 22 Nov 2013 18:48:18 +0000 (19:48 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Fri, 22 Nov 2013 18:48:18 +0000 (19:48 +0100)
commit8f6412275c4c2d1dcf43ad40306f858b114104ed
tree9206c8fbf1881fab7e1d6e32cffbaaf5d066e4b8
parent5257cc324c763f42d60eefe2b09c0fdd55d2d6e1
use more CPython-like (and potentially faster) _PyType_Lookup() for internal special method lookups instead of generic attribute lookup
Cython/Compiler/ExprNodes.py
Cython/Compiler/Nodes.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Utility/ObjectHandling.c
tests/run/pyclass_special_methods.py [new file with mode: 0644]