fold sliced literal sequences (e.g. from DEFs) into constants
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 23 Feb 2013 13:09:44 +0000 (14:09 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 23 Feb 2013 13:09:44 +0000 (14:09 +0100)
commit97503e0234d4fe60868da6d248c320f041c44a10
treef9980a3d75c27c3aca3c324b896dc448c25a7efd
parente559cf610e7b2e58d3d9688f01ba506c340d4d1e
fold sliced literal sequences (e.g. from DEFs) into constants
Cython/Compiler/ExprNodes.py
Cython/Compiler/Optimize.py
tests/run/constant_folding.py