avoid unnecessary safety temping of function arguments that are builtins or read...
authorStefan Behnel <stefan_ml@behnel.de>
Fri, 28 Sep 2012 16:22:15 +0000 (18:22 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Fri, 28 Sep 2012 16:22:15 +0000 (18:22 +0200)
commit87ccc971197f6b245718029194f83c34864e8012
tree6610df0a1b112669d6b0a6a7fc540ca287a37f5c
parent25f717458d082eca8fef8d5389bce766abcc425e
avoid unnecessary safety temping of function arguments that are builtins or read-only variables (e.g. extension types)
Cython/Compiler/ExprNodes.py