Disable array literals outside of pointer declaration
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Tue, 14 Oct 2008 07:08:43 +0000 (09:08 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Tue, 14 Oct 2008 07:08:43 +0000 (09:08 +0200)
commitd3c79c9b1d3c89c9ec31c517e051264ad8fac287
tree16a3cb46cf3c1ab1c05ed68fe000096df3d5cbfc
parent9b19cce707dfe60828352867327a36d3c74c1b8b
Disable array literals outside of pointer declaration
Cython/Compiler/ExprNodes.py
Cython/Compiler/Optimize.py
tests/errors/literal_lists.pyx [new file with mode: 0644]