reminder comment: need to disable C-API mapping for dict.keys/values/items() in ...
authorStefan Behnel <scoder@users.berlios.de>
Sun, 7 Nov 2010 17:30:55 +0000 (18:30 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 7 Nov 2010 17:30:55 +0000 (18:30 +0100)
commit4a843a3641a1e2821703a889983ce9444a192496
tree2654427c68a16c126ab22350cbd767b85518c531
parent39ca71e4926b71e0fd8d32127bce81ecb961f0a2
reminder comment: need to disable C-API mapping for dict.keys/values/items() in -3 mode to let them return a dict view in Py3
Cython/Compiler/Builtin.py