fix long-standing bug that dict.items() etc. returned lists also in Py3
authorStefan Behnel <stefan_ml@behnel.de>
Fri, 15 Feb 2013 13:48:07 +0000 (14:48 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Fri, 15 Feb 2013 13:48:07 +0000 (14:48 +0100)
commit2dcc160b3ff58f406ef99afabf72276a806ff10d
tree46967d03b919c1918d45ecc931c7f52af0ec046a
parent15c78db1b10fbbab77254f7227ea712bb3eb6f35
fix long-standing bug that dict.items() etc. returned lists also in Py3
Cython/Compiler/Builtin.py
Cython/Utility/Optimize.c
tests/run/dict_values_in_expression.pyx