replace lots of dynamically created string constants in utility code by static Python...
authorStefan Behnel <stefan_ml@behnel.de>
Tue, 12 Feb 2013 20:57:58 +0000 (21:57 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Tue, 12 Feb 2013 20:57:58 +0000 (21:57 +0100)
commitd1e5d1f6a851712c751209e111cf45e98a347901
treeca717650ebd02ef27b53a7cc01e1119b0ed2b4eb
parentd1e3aee94e9f3a1bc894ee162b250192445e3a0a
replace lots of dynamically created string constants in utility code by static Python constants
Cython/Utility/Builtins.c
Cython/Utility/CythonFunction.c
Cython/Utility/Generator.c
Cython/Utility/ObjectHandling.c
Cython/Utility/Optimize.c
Cython/Utility/Printing.c
Cython/Utility/TypeConversion.c