Avoid extra function call for un-optimized __Pyx_PyDict_GetItem.
authorRobert Bradshaw <robertwb@math.washington.edu>
Wed, 24 Feb 2010 06:12:26 +0000 (22:12 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Wed, 24 Feb 2010 06:12:26 +0000 (22:12 -0800)
commitd334a832f0dd3562119f97f0a8d27917ac99d894
tree02d5079879b4f73aff64236d5912d83b98527a99
parentfc14af14e62a0398fb7e263b646ba89421343ee0
Avoid extra function call for un-optimized __Pyx_PyDict_GetItem.
Cython/Compiler/ExprNodes.py