reduce code overhead for tuple constants by using PyTuple_Pack() instead of step...
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 4 Nov 2012 08:17:53 +0000 (09:17 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 4 Nov 2012 08:17:53 +0000 (09:17 +0100)
commitfa2cfc802ed302062520e7610102074fe405fc42
tree4aa1e1a0c504b88ec7fbd38157af1ed73c7a0f06
parent8c00a0c7ab8a285b2c4010d2c651006b01c1d4fa
reduce code overhead for tuple constants by using PyTuple_Pack() instead of step-by-step tuple construction code
Cython/Compiler/ExprNodes.py