fix fused types in PyPy by using a less aggressive setitem optimisation on lists...
authorStefan Behnel <stefan_ml@behnel.de>
Fri, 11 May 2012 09:14:20 +0000 (11:14 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Fri, 11 May 2012 09:14:20 +0000 (11:14 +0200)
commit761fbb3fa369e3fee72f55324f912a29cd9c37e6
tree7a4550e7bac1a6f148f2f1235b1e45703f9bd7eb
parentb1e791101ec06c2990b66a03cbac141d7404d66c
fix fused types in PyPy by using a less aggressive setitem optimisation on lists for it
Cython/Compiler/ExprNodes.py