Correctly giving compiler errors on global/attribute buffers
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Mon, 28 Jul 2008 21:50:53 +0000 (23:50 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Mon, 28 Jul 2008 21:50:53 +0000 (23:50 +0200)
commit002093419083c40f71a3885dfe44629e81ac9c45
treeb73084ed492a6de3032fedc6f5818339bbb2ad9f
parentddc455d5e76a003cb5051cd4469253daf19a0ecb
Correctly giving compiler errors on global/attribute buffers

Also, do not stop compilation on first buffer-related error.
Cython/Compiler/Main.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/Tests/TestBuffer.py
tests/errors/e_bufaccess.pyx [new file with mode: 0644]