fix the wrapper setup for inherited special methods by inheriting them only in PyPy...
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 24 Jun 2012 09:38:49 +0000 (11:38 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 24 Jun 2012 09:38:49 +0000 (11:38 +0200)
commit6cf33847c89c1ef4177d81883977588e3f0af7ce
tree230d61651bc8740e703bcb9f92d8ffa35beec534
parentd0d7e370df345f119c9c79189d4f434018952288
fix the wrapper setup for inherited special methods by inheriting them only in PyPy (as a work-around for its broken PyType_Ready())
Cython/Compiler/TypeSlots.py