optimise dict.get() in Py3 (and in Py2 when applicable)
authorStefan Behnel <scoder@users.berlios.de>
Tue, 23 Feb 2010 14:26:00 +0000 (15:26 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 23 Feb 2010 14:26:00 +0000 (15:26 +0100)
commitff147aad6dc5cd0c5900dd3ee6e1ec44981439f7
tree3c9dcf8abc90c0c55e4faae2dd936ddc32bb7199
parentda29948a65e405919797e6ffcefb20c2cd989de2
optimise dict.get() in Py3 (and in Py2 when applicable)
Cython/Compiler/Optimize.py
tests/run/dict_get.pyx [new file with mode: 0644]