fix __Pyx_SetItemInt() in PyPy: PySequence_Check(dict) is true there but PySequence_S...
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 30 Jun 2012 10:39:04 +0000 (12:39 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 30 Jun 2012 10:39:04 +0000 (12:39 +0200)
commit70fa4c779545cb456f7ef56af3cd996a9616072c
tree899b6f3091e73af44b44daaa338229fab5611d57
parent0ff0af9c4f803f5960e8876c4787da895b9d845b
fix __Pyx_SetItemInt() in PyPy: PySequence_Check(dict) is true there but PySequence_SetItem(dict) fails
Cython/Compiler/ExprNodes.py