automatically convert dict.iter*() and dict.view*() methods to .keys/values/items...
authorStefan Behnel <stefan_ml@behnel.de>
Wed, 20 Feb 2013 19:13:04 +0000 (20:13 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Wed, 20 Feb 2013 19:13:04 +0000 (20:13 +0100)
commit6a02869decd635fe27b6b89b20cbfc909610af2d
treed2378c7b0cf9b0699c4e61291c8cbe3c04cd1430
parent73414b22384485b1ddd48f9afeb924a839322b1f
automatically convert dict.iter*() and dict.view*() methods to .keys/values/items() in Py3 for typed dicts
CHANGES.rst
Cython/Compiler/Builtin.py
Cython/Utility/Builtins.c
runtests.py
tests/run/test_dictviews.pyx [new file with mode: 0644]