fix CPython compatibility problem on lookup failure in optimised PyDict_GetItem()
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 16 Feb 2013 16:18:32 +0000 (17:18 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 16 Feb 2013 16:18:32 +0000 (17:18 +0100)
commitde44bcf5abfe6a664c6d9c151145b18834708ff6
tree32238e55fa4b15ba080f11fe4bbf42e605ae2d02
parented58a6119b8f62b5dde8d7de2b7435a3a9f6fa2f
fix CPython compatibility problem on lookup failure in optimised PyDict_GetItem()
Cython/Utility/ObjectHandling.c
tests/run/dict_getitem.pyx