Fix literal lists for C++
authorRobert Bradshaw <robertwb@math.washington.edu>
Wed, 8 Oct 2008 02:15:18 +0000 (19:15 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Wed, 8 Oct 2008 02:15:18 +0000 (19:15 -0700)
commit04f9fda600ffeeeed64128b5b25f06dcbda1bf22
treec98ee26db79a44e568b4cd57dc39b3434d46ee14
parent8912ea264566c8869cdb173bc61b6628e6fb5bb0
Fix literal lists for C++

Stupid C++. Now it is more verbose, but should always work.
Cython/Compiler/ExprNodes.py
tests/run/literal_lists.pyx [new file with mode: 0644]