Fixed bug: Empty "[]" is now always treated as array declarator
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Mon, 4 Aug 2008 18:41:41 +0000 (20:41 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Mon, 4 Aug 2008 18:41:41 +0000 (20:41 +0200)
commit1d5644c786c99e8ec29465afcff35b660a0b0bfc
treeb22daf954269a9783d335d2491554f314a64fd3f
parent9262420f987e3215b11aecb5fe703846931e1daf
Fixed bug: Empty "[]" is now always treated as array declarator
Cython/Compiler/Parsing.py
Cython/Compiler/Tests/TestBuffer.py
tests/compile/arrayargs.pyx [new file with mode: 0644]